Android Studio no debuggable applications解决方案2

android studio 默认是没有开启debuggable 功能的,在tools里打开该功能即可,Tools->Android->Enable ADB Integration。 刚设置完之后可能不会立马出现效果。记得在设备上重新安装一遍自己的程序就OK了。

http://www.mamicode.com/info-detail-432822.html

原文地址:https://www.cnblogs.com/wanqieddy/p/4882330.html