How to download Android SDK for Intellij

52 Просмотры
Издатель
"No Java SDK of appropriate version found. In addition to the Android SDK, you need to define a JDK 1.5, 1.6 or 1.7" error message is a bug. 1.8 is the need.

https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000001730-2016-3-Can-t-assign-android-sdk

Also other things along this path...
1. Download Android NDK
2. Set locations to android sdk/ndk by creating a local.properties file directly in your top level project folder with the following contents.

sdk.dir=C\:\\Users\\username\\AppData\\Local\\Android\\Sdk
ndk.dir=C\:\\Users\\username\\AppData\\Local\\Android\\Sdk\\ndk-bundle

3. Install Android Device (gotta happen sometime lol)
4. Issue's with installing Haxm Fix - https://www.tektutorialshub.com/android-studio/haxm-installation-failed-install-intel-haxm-in-windows/
Категория
Разработка на Android
Комментариев нет.