my question is if Java application allow to run any platforms but how to run on Android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

my question is if Java application allow to run any platforms but how to run on Android

21st Oct 2016, 8:09 PM
Hassan Khan
Hassan Khan - avatar
3 Answers
+ 2
I think that you can compile you app java but certainly SO android haven't integration with .jar or .java, in this case you can use android studio for compile and create an apk., or if you application is simple, you can run with another app for execute java files. I dont have a lot knowledge, its my opinion. sorry im not native english
21st Oct 2016, 10:39 PM
Danis Salazar
Danis Salazar - avatar
0
java cant be executed as it is. it needs a jvm to be compiled first and each platform has its own jvm.you need to use software like Android studio, eclipse to run on Android.
24th Oct 2016, 8:55 AM
vimal
0
Use android studio. sdk
28th Oct 2016, 4:22 PM
Gaurav Pal
Gaurav Pal - avatar