Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I convert a jar file into apk format?

I need to find a way to convert jar file to apk file. I have reached a road block!

like image 329
Ralph El Helou Avatar asked Dec 03 '10 15:12

Ralph El Helou


1 Answers

Is the JAR natively made for Android? If not, you'll have to run it in an emulation layer or something like this: http://microemu.blogspot.com/2008/11/running-java-me-applications-on-android.html

Good luck?

like image 156
Blender Avatar answered Nov 07 '22 21:11

Blender