How to get api and json code of an apk. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

How to get api and json code of an apk.

25th May 2017, 3:56 PM
Omm Pradhan
Omm Pradhan - avatar
5 Réponses
+ 3
json of apk ? I could not get you. for api you have to decompile the apk -> dex and then look on the package
25th May 2017, 3:57 PM
MR Programmer
MR Programmer - avatar
+ 3
after decompile apk how can I find api
25th May 2017, 3:59 PM
Omm Pradhan
Omm Pradhan - avatar
+ 2
sorry I want in mobile
25th May 2017, 5:52 PM
Omm Pradhan
Omm Pradhan - avatar
+ 1
after you decompile apk you get a file named as classes.dex decompile it to jar then open jar using jd-gui you will get all package names . search each package name in Google and download the api
25th May 2017, 4:17 PM
MR Programmer
MR Programmer - avatar
0
use apktool (google it ) it does the job well then browse the folders you'll find the files easily.
25th May 2017, 4:20 PM
Bahhaⵣ
Bahhaⵣ - avatar