Android studio无源码调试apk:

1、使用apktool 反编译apk到它的smail代码,修改AndroidManifest.xml文件,添加android:debuggable="true"

2、apktool重打包,使用自己的签名证书重签名

3、使用Android studio打开反编译得到的文件,右键“open module setting”设置为sources root

4、打开edit configuration,点击“+”,添加Remote,命名

5、adb shell ps |grep com.didictf.guesskey2018one #查看调试App的进程号

6、adb forward tcp:5005 jdwp:进程号 #端口映射

7、开始debug

results matching ""

    No results matching ""