I need to find a way to convert jar file to apk file. I have reached a road block!
|
|
Is the JAR natively made for Android? If not, you'll have to use run it in an emulation layer or something like this something like this: http://microemu.blogspot.com/2008/11/running-java-me-applications-on-android.html Good luck? |
|||
|
|
|
I've never tried this tool, but you can give it a go: http://www.netmite.com/android/srv/1.7/getapk.php If it doesn't work then I think you'll have to use an emulator on the device, or create an apk from source, as expressed by Blender and burpen. |
|||
|
|
According to this thread on xda-devs, you might be able to use something like this. However, if you have the source for the jar, then you might as well compile the apk from the source. It seems to depend on what the jar was compiled as. |
|||
|
|
|
ok, guess the only way around it is to run the application on an android emulator, when that is done, an apk file is automatically generated in the project directory. If the application is not built by using android libraries then the only way to get an apk file is to rewrite the code by using android libraries and run it on an emulator. Bad news for me and some of you. |
|||
|
|