Is possible to decopmplie apk and convert to a jar executable and run jar.exe with java run time software on window?

  • Replies:2
james connor
  • Forum posts: 1

Apr 26, 2016, 1:13:48 AM via Website

I have a apk file, can run on android. It is a game app. I want to run it on pc. I want to convert my apk to an jar executable and run it on my window pc with java run time software. Is this possible? how to do that? What software i need to do this? . Please tell me know all about.

Reply
Vladimir S.
  • Forum posts: 266

Apr 26, 2016, 7:36:24 AM via Website

Hello,
The easiest way is to use Android emulator for windows. Owing to big differences of the hardware (screen size and other) you can't start the android app on the computer directly.

Reply
Ashish Tripathi
  • Forum posts: 211

Apr 26, 2016, 1:47:45 PM via Website

If you want to run android app in windows than you can. As far as the JVM concern i don't think one run time environment can run any other run time mechanism.

I did not try this .

Reply