为Android Studio配置用于插件调试器的端口

时间:2019-01-21 23:34:17

标签: android ddms android-device-monitor

我正在尝试为Android Studio 3.2.3中的调试配置端口。我正在使用Smalidea插件进行调试。根据本指南,我应该在“ Android设备监视器”中看到我的插件的端口,但是我的Android Studio版本不再起作用。有任何想法吗?谢谢

随后的指南:https://crosp.net/blog/software-development/mobile/android/android-reverse-engineering-debugging-smali-using-smalidea/

Print Screen, Port to setup

1 个答案:

答案 0 :(得分:0)

使用Run -> Attach Debugger to Android Process代替“远程调试配置”。如果应用程序是可调试的(应​​在android:debuggable="true"中添加属性application以标记AndroidManifest.xml),则应可以看到它的运行过程。确保已启用设备上应用程序的调试:Developer options -> Select debug app和(可选)启用 Wait for debugger