Android Studio - no debuggable applications

 I tried to debug a release version of my Android application but Android Studio failed to attach a debugger. (It could not find Android procces of my running application).

Under devices console, there was only a message:

No debuggable applications


Android Studio - no debuggable applications_第1张图片




===============================================

You also should have Tools->Android->Enable ADB Integration active.


From : 

http://stackoverflow.com/questions/26593927/android-studio-no-debuggable-applications

你可能感兴趣的:(android,Studio)