Reputation: 5371
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
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
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