Android 无法调试

本文指导您如何解决Android应用在调试过程中遇到的问题,包括修改AndroidManifest.xml文件来启用应用调试和使用权限设置来允许应用被调试。通过遵循提供的步骤,您可以有效解决应用等待调试器附着的错误。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

(1)

[2011-06-23 18:59:27 - LayoutTest] Device 'SH11DPL07948' requires that applications explicitely declare themselves as debuggable in their manifest.

[2011-06-23 18:59:27 - LayoutTest] Application 'com.test' does not have the attribute 'debuggable' set to TRUE in its manifest and cannot be debugged.

 

 

出现以上情况的解决办法为:在AndroidManifest.xml里修改

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

 

 

 

(2)

Application (com.test )is waiting for the ebugger to attach错误

 

解决办法在AndroidManifest.xml里

<manifest>
  <uses-permission android:name="android.permission.SET_DEBUG_APP"></uses-permission>
</manifest> 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值