Android JVM Misconceptions
Comments repeatedly clarify that Android does not use the standard JVM or full Java, but instead runs on Dalvik/ART with a custom Java implementation, while critiquing its limitations and suggesting alternatives like Kotlin or Go.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Since Java is now a neglected, second-class, incompatible elder citizen on Android, this is unlikely to happen.
Absolutely not. If you want a better Java on Android, pick Kotlin, which is supported by Google at least.
Android doesn't use the JVM.
Android doesn't use the JVM.
We have an app that also needs to be able to run on Android, so we are held back by the shitty Java Google implements for Android.
Isn't this the same approach that Google used with Android version of java and it didn't work out for them?
Android doesn't run JVM bytecode, so no.
Android basically forces you to use Java. Enough said.
Android does not run anything on the JVM AFAIK.
Android doesn't use the JVM