+ 1
How to run a ".class" file in my android
5 Respuestas
+ 1
Android doesn't have JDK or JRE to run classes. It has Dalvik or ART, they are different and work with apk and dex files.
But maybe there are some third-party programs that emulate Java runtime
0
But I heard android also have jvm. Every machine has its own jvm
0
just download AIDE from google store its a java IDE compiler really good
0
Android is based on java but it has no (official) jre.
But you can download android studio, get into the concepts of writing android apps (its java, the programs are pnly launched differently).
You can easily use your .java file in android studio.
- 2
lol