Exlord
Exlord

Reputation: 5371

Which android ndk version should be used with xamarin.android 6.1

Xamarin does not specify a version for android ndk to use and in the screen shot at Manual Xamarin.android installation page it shows r9d version witch is old. so should i install that specific version or the latest stable version witch is r12b at this moment. currently i am using r10 witch seems to be working currently ....

And also x86 or x64? I am on windows8.1 X64

Upvotes: 0

Views: 671

Answers (2)

Felix
Felix

Reputation: 2851

For Xamarin.Android 7, you can use NDK r11c, newer version will not be recognized by Xamarin because files are renamed by google.

Upvotes: 1

SushiHangover
SushiHangover

Reputation: 74164

Xamarin.Android Version: 6.1.99.224 is using android-ndk-r10d.

The current xamarin-android build in github is using android-ndk-r11c:

Ref : toolchain.projitems

Upvotes: 2

Related Questions