描述:
用HTC HERO debug,报错:
Device 'device_name' requires that applications explicitely
declare themselves as debuggable in their manifest.
Application 'com.prj.test01' does not have the attribute
'debuggable' set to TRUE in its manifest and cannot be debugged
解决方法: 在AndroidManifest.xml文件中添加android:debuggable字段,如下所示。
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:debuggable="true">
相关文章
- Archlinux/Manjaro使用笔记-报错:一个或多个 PGP 签名无法校验!的解决方法
- 无废话Android之android下junit测试框架配置、保存文件到手机内存、android下文件访问的权限、保存文件到SD卡、获取SD卡大小、使用SharedPreferences进行数据存储、使用Pull解析器操作XML文件、android下操作sqlite数据库和事务(2)
- 使用Broadcast,当手机屏幕黑屏无法接收消息,为什么???
- axis2的wsdl无法使用eclipse axis1插件来生成客户端--解决方法
- Android使用OpenGL ES2.0显示YUV,您的手机上的数据要解决两个方面的坐标
- EL表达式无法使用的解决方法
- Android手机无法访问百度空间的解决办法
- android : 解决android无法使用sun.misc.BASE64Encoder sun.misc.BASE6
- Android Launcher3修改行数,列数,布局等;隐藏HostSeat,使用户无法拖拽应用图标到Hotseat
- Android 软件开发之如何使用Eclipse Debug调试程序详解