As long as android uses special virtual machine “Dalvik Virtual Machine”, why it requires regular JVM to be installed in order to develop android apps. ?
what does android use JVM for?
As long as android uses special virtual machine Dalvik Virtual Machine, why it requires
Share
The Android SDK uses the regular JVM to run and build your Apps.
It’s not the same the app runtime environment (Dalvik) and the SDK runtime environment (JDK).