How can I convert a jar file into apk format?

56,166

Solution 1

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?

Solution 2

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.

Share:
56,166
Ralph El Helou
Author by

Ralph El Helou

I'm an iOS developer working at DoubleU, downtown Beirut, Lebanon. "newbie"

Updated on July 09, 2022

Comments

  • Ralph El Helou
    Ralph El Helou almost 2 years

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

  • TiTAnSMG
    TiTAnSMG over 11 years
    It needs the J2ME_Runner emulator which can be downloaded at the same site. I would select this as the answer to the above question.