简体   繁体   English

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

[英]Configure Port for Plugin Debugger, Android studio

I am trying to configure my port for the Debug in Android Studio 3.2.3. 我正在尝试为Android Studio 3.2.3中的调试配置端口。 I am using the Smalidea Plugin to Debugge. 我正在使用Smalidea插件进行调试。 According to this Guide I should see what is the port of my plugin in the "Android Device Monitor" but my version of Android Studio does not work anymore. 根据本指南,我应该在“ Android设备监视器”中看到我的插件的端口,但是我的Android Studio版本不再起作用。 Any ideas? 有任何想法吗? Thank you 谢谢

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

Print Screen, Port to setup 打印屏幕,设置端口

Use Run -> Attach Debugger to Android Process instead of a "Remote debug configuration". 使用Run -> Attach Debugger to Android Process而不是“远程调试配置”。 You should see the process of your app if it is debuggable (add attribute android:debuggable="true" to tag application in AndroidManifest.xml ) and running. 如果应用程序是可调试的(应​​在AndroidManifest.xml添加属性android:debuggable="true"标记application ),则应会看到它的运行过程。 Ensure that you have enabled debugging of the app on your device: Developer options -> Select debug app and (optionally) enable Wait for debugger . 确保已在设备上启用该应用程序的调试: Developer options -> Select debug app然后(可选)启用Wait for debugger

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM