标签:android android studio as 调试
之前logcat总是无法显示调试应用的信息 以前我都是卸载重装,后来发现在StackOverflow有一个哥们说的很对,一次就成功,
原话是这么说的: You also should have Tools->Android->Enable ADB Integration active.
其实就是点击Tools 然后Android-->Enable ADB Integration active.然后就OK了
问题的地址:http://stackoverflow.com/questions/26593927/android-studio-no-debuggable-applications
下面是调试成功的效果
版权声明:本文为博主原创文章,未经博主允许不得转载。
Android Studio - no debuggable applications 的解决办法
标签:android android studio as 调试
原文地址:http://blog.csdn.net/qq997843911/article/details/47841709