Xamarin studio without NDK please upvote
I can programming with xamarin studio without NDK? I have the SDK and JDK So i can't work with it Please upvote me
9/8/2020 3:02:28 AM
Μοχάμαντ Μαήδι Χευδαρι
4 Answers
New AnswerIt will depend on what you are coding. As far as I can tell from the Xamarin system requirements page for Android only the SDK is mandatory. however, on the installation page it shows the NDK option checked. https://docs.microsoft.com/en-us/xamarin/cross-platform/get-started/requirements https://docs.microsoft.com/en-us/xamarin/android/get-started/installation/windows
You should really upgrade your JDK for Android development. By default, Xamarin.Android uses JDK 8, which is required if you are developing for API level 24 or greater (JDK 8 also supports API levels earlier than 24). You can continue to use JDK 7 if you are developing specifically for API level 23 or earlier. See: https://docs.microsoft.com/en-us/xamarin/android/get-started/installation/android-sdk?tabs=windows#requirements Since Oracle has ended support for JDK 8 recent versions of Visual Studio tools for Xamarin also supports OpenJDK. https://docs.microsoft.com/en-us/xamarin/android/get-started/installation/openjdk