Results 1 to 5 of 5

Hybrid View

  1. #1
    Top Sony Administrator Top Sony's Avatar
    Join Date
    Nov 2006
    Posts
    144
    Thanks
    3,915
    Thanked 817 Times in 59 Posts

    Convert Apk applications to jar

    This tutorial learn how to convert java applications for Android.
    Download this: JADMaker.zip
    Download the jar application you need to convert.
    Open the JADMaker and drop the jar to JADMaker
    And create the jad file.
    Open the Website: Get APK
    In the first box is left blank.
    In the second you select the jad file created with the JADMaker.
    In the third select the jar application.
    In "Custom Display screen size": Select "auto change orientation."
    Press "Get Apk"
    Expect the application to be converted, save the file and pass it to cell phone

    credits: lalo945

    Translated from the Spanish forum topic. author Joytike

  2. The Following User Says Thank You to Top Sony For This Useful Post:


  3. #2
    Recently Initiate
    Join Date
    Sep 2011
    Device
    -
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Convert Apk applications to jar

    Works well for Jar to APK But it will not work for APK to jAR

  4. #3
    Recently Initiate
    Join Date
    Feb 2012
    Device
    -
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Convert Apk applications to jar

    This Dosent Work!!! the "netmite.com" site dosent work!!!!! Do Bad!! :-(

  5. #4
    Recently Initiate
    Join Date
    Feb 2008
    Device
    -
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Convert Apk applications to jar

    this is not work for apk so: whats next

  6. #5
    Banned
    Join Date
    May 2015
    Device
    -
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Convert Apk applications to jar

    Follow these steps used to de-compile the apk!


    1. Obtain .apk file

    2. Decompile .dex to .jar - Once the file is unzipped, one needs to decompile the classes.dex file. The dex file is the Dalvik executable file. The dex2jar tool is used to decode the .dex file to a .jar file as follows!

    C:\softwares\dex2jar> dex2jar.bat classes.dex


    3. View source code

    Now, you need to open the decoded .jar file using a decompiler of your choice.

    Thank you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •