Wednesday, 26 April 2017

HOW TO INSTALL JAVA APPLICATIONS ON ANDROID

To install a java application (that is .jar file) on android you need to convert it to an android application (that is .apk). First you need to convert the .jar file to .jad because you'll need both the .jar and the .jad file in order to generate the .apk file. search for jadmaker on google or download it from here. when you've converted the .jar to .jad. click here to go to the site that will help you create the .apk using the .jar and .jad files. Upload the .jar and .jad files in the boxes provided and click on "Get apk". Wait for it to create the .apk file and when it is done then download the file and install it on your android device. After installation the app will prompt you to download the required files to run it from netmite. Go along with it and after you've downloaded the required files, install them and then you are good to go. Enjoy!

No comments: