首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

手机无法使用debug的解决办法

2012-09-06 
手机无法使用debug的解决方法描述:用Nexus one debug,报错:Device device_name requires that applicati

手机无法使用debug的解决方法
描述:
用Nexus one 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


解决方法:
<application android:icon="@drawable/icon"
  android:label="@string/app_name"
  android:debuggable="true">

热点排行