Before installing Android SDK, you need to install Java Development Kit (JDK) . Read “How to install JDK”. Ensure that your JDK is at or above 1.8. You can check your JDK version with command ” javac -version ” (compiler) and ” java -version “(runtime).
Do I need java for Android SDK?
Before installing Android SDK, you need to install Java Development Kit (JDK) . Read “How to install JDK”. Ensure that your JDK is at or above 1.8. You can check your JDK version with command ” javac -version ” (compiler) and ” java -version “(runtime).