Android Studio no debuggable applications解决方案2
时间:2015-01-20 17:47:07
收藏:0
阅读:5598
android studio 默认是没有开启debuggable 功能的,在tools里打开该功能即可,Tools->Android->Enable ADB Integration。 刚设置完之后可能不会立马出现效果。记得在设备上重新安装一遍自己的程序就OK了。
评论(0)