I have looked at this page but I don't understand why I have to install the Java Development Kit (JDK), when it doesn't appear to be used in the tutorial.
Can someone please explain this?
I have looked at this page but I don't understand why I have to install the Java Development Kit (JDK), when it doesn't appear to be used in the tutorial.
Can someone please explain this?
Because you need JDK to develop android application. Usually this was bundled with android studio so you don't need to install JDK. And also basically, Android at its core is java.
JDK - Java Development Kit
It is required as it consists of JVM - Java Virtual Machine. It is also needed as it converts your class to bytecode. It is the base of Application Proramming related to Android.