+ 3
How to get api and json code of an apk.
5 Respostas
+ 3
json of apk ? I could not get you.
for api you have to decompile the apk -> dex and then look on the package
+ 3
after decompile apk how can I find api
+ 2
sorry I want in mobile
+ 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
0
use apktool (google it ) it does the job well then browse the folders you'll find the files easily.