I have tried everything and the Android debugging still will not work. On my phone it says "Waiting for Debugger" in a alert box but when I try to attach the debugger it does not allow me. I can receive logcat messages but cannot look at cpu usage and memory usage. I also have tried to use DDMS but that also does not work. I have tried the following:
debuggable true
to build.gradle<uses-permission android:name="android.permission.SET_DEBUG_APP"></uses-permission>
to manifestadb kill-server
Is there anything else I can try?
I ran into this exact problem and realized that I had disabled the Android NDK Support plugin in Android Studio. Once I enabled it and restarted, I was able to debug my applications again. Hope this helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With