DOWNLOAD Convert Apk To Source Code using JDX 1.6.6

krypton

Member
Joined
Jul 3, 2021
Messages
9
Awards
1
Offline
There are lots of tutorials online on how to decompile an apk
There are also lots of tutorials on how to develop an apk



Now getting the source code is easy, making it work correctly is hard.
I have attached a dex to java decompiling tool with a bat script to help you build a Gradle for android studio.
is this perfect no, under no means. But it gets the job done, and one step closer to creating your own apps.
this tool has deobfuscation possibilities for those developers using pesky annoying tools.
By downloading you agree that you are knowledgeable with android studio how to get proper builds, versions, etc to generate the source to help you create a fully working application.
The posiblities are endless, start learning!!



steps Run Bat file
open apk
create folder any name
file save gradle project and save it inside the new folder you created.
open android studio
navigate to the folder
your folder should now be green meaning AndroidStudio has detected a project.
open and edit away.
xvNgGkb.png


dCjkdGF.png


L2ElZav.png




 
Last edited:

FireTVGuru

Well-known member
VIP Member
Joined
Apr 15, 2021
Messages
110
Awards
4
Offline
There are lots of tutorials online on how to decompile an apk
There are also lots of tutorials on how to develop an apk



Now getting the source code is easy, making it work correctly is hard.
I have attached a dex to java decompiling tool with a bat script to help you build a Gradle for android studio.
is this perfect no, under no means. But it gets the job done, and one step closer to creating your own apps.
this tool has deobfuscation possibilities for those developers using pesky annoying tools.
By downloading you agree that you are knowledgeable with android studio how to get proper builds, versions, etc to generate the source to help you create a fully working application.
The posiblities are endless, start learning!!



steps Run Bat file
open apk
create folder any name
file save gradle project and save it inside the new folder you created.
open android studio
navigate to the folder
your folder should now be green meaning AndroidStudio has detected a project.
open and edit away.
xvNgGkb.png


dCjkdGF.png


L2ElZav.png




*** Hidden text: cannot be quoted. ***
[/LIKES]
think you mean this one

 

abelcustoms

Well-known member
Joined
Jun 29, 2021
Messages
210
Awards
3
Offline
There are lots of tutorials online on how to decompile an apk
There are also lots of tutorials on how to develop an apk



Now getting the source code is easy, making it work correctly is hard.
I have attached a dex to java decompiling tool with a bat script to help you build a Gradle for android studio.
is this perfect no, under no means. But it gets the job done, and one step closer to creating your own apps.
this tool has deobfuscation possibilities for those developers using pesky annoying tools.
By downloading you agree that you are knowledgeable with android studio how to get proper builds, versions, etc to generate the source to help you create a fully working application.
The posiblities are endless, start learning!!



steps Run Bat file
open apk
create folder any name
file save gradle project and save it inside the new folder you created.
open android studio
navigate to the folder
your folder should now be green meaning AndroidStudio has detected a project.
open and edit away.
xvNgGkb.png


dCjkdGF.png


L2ElZav.png




*** Hidden text: cannot be quoted. ***
[/LIKES]
this is a pretty old post i made on another forum, thanks for resharing it i guess. The link to download from this original post is dead. Fire has posted the open source project where this was moved to.
 
Top