The installed Android SDK is too old. Version 25.1.3 or newer is required."

浪子不回头ぞ 提交于 2019-12-25 05:18:06

问题


I installed Xamarin on Visual studio 2013. I Unfortunately get the error: " The installed Android SDK is too old. Version 25.1.3 or newer is required. Please update to the latest version." I updated to latest version but I still get the same error!!! These pictures show my SDK manager installations. Image1 Image2

And also I installed x86 jdk on my x64 based processor system type as recommended.

Well, how to get ride of this sticky error :( ! It made me crazy for a long time...

What should be installed? what should not be installed?!!

Thanks in advance.


回答1:


And also I installed x86 jdk on my x64 based processor system type as recommended.

I'm not sure which JDK have you installed, but Android Version 25.1.3 or newer requires JDK 1.8. After installed this JDK, you need to open your VS and change the JDK path to this jdk 1.8 installed location:

Open Tools -> Options, then find the Xamarin table and choose Android Settings, then change the Java Development Kit Location to your installed location for example like this:

I'm using VS 2015, not 2013, but it should be similar.



来源:https://stackoverflow.com/questions/41975532/the-installed-android-sdk-is-too-old-version-25-1-3-or-newer-is-required

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!