Linked Questions

Popular Questions

"Wait for Debugger" Android Studio

Asked by At

I am using a guide to Decompile and Debug an APK but I can not pass the last step. Where when trying to Debug APK on my phone from Android Studio, an error appears: "Wait for Debugger". According to the guide I must execute the code:

adb forward tcp:5005 jdwp:$(timeout 0.5 adb jdwp | tail -n 1)

But since I do not have Linus (I have windows), I do not know what code I should execute. Thank you very much for your help!

Guide: https://malacupa.com/2018/11/11/debug-decompiled-smali-code-in-android-studio-3.2.html

Related Questions