简体   繁体   中英

Configure Port for Plugin Debugger, Android studio

I am trying to configure my port for the Debug in Android Studio 3.2.3. I am using the Smalidea Plugin to Debugge. 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. Any ideas? Thank you

Guide that followed: 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". 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. Ensure that you have enabled debugging of the app on your device: Developer options -> Select debug app and (optionally) enable Wait for debugger .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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