Converting .jar to .apk to run on Android

  • Replies:1
flavorfav
  • Forum posts: 3

Jul 19, 2012, 10:17:58 PM via Website

I have software that I need to install on my HTC EVO 4g and it is in the .jar format. How in the world do I convert this over to .apk and install it on my phone so I can use it?

Reply
Jeremiah
  • Forum posts: 775

Jul 20, 2012, 1:50:26 AM via Website

You can't convert a .jar to .apk and expect it to run on an android. Jars are for older j2me phones and don't convert without significant changes to the source code. It'd be like saying I have an linux program and I want it to run on windows. You would have to recompile the source code for windows (except with android you would have to make CHANGES to the source code first). You best bet would be to look for an alternative app for android, or contact the developers of the .jar and ask them to remake the app for android.

Reply