美文网首页Android studioAndroid开发学习
第一番 Android 不能进行debug调试

第一番 Android 不能进行debug调试

作者: SMouse | 来源:发表于2016-07-22 14:12 被阅读1683次

0.关键字

  • android 无法debug ; android debug不好使; android 不能debug

1.问题描述

Error running app:

  • Cannot debug application from module app on device huawei-gem_703l-N7M6R15426003899.
  • This application does not have the debuggable attribute enabled in its manifest.
  • If you have manually set it in the manifest, then remove it and let the IDE automatically assign it.
  • If you are using Gradle, make sure that your current variant is debuggable.
Image.png

2.解决办法:

(stackoverflow 还是相当靠谱的啊 )

在面板中点击 Build Variants 找到想要debug的Model,将此Model后面Build Variants的 release 修改为debug ,等待重新build之后,就可以进行正常的debug了,如下图:

Image.png

3.补充说明

(1) 如果在gradle中配置过渠道包,在Build Variants中会有很多选项,看一下正在使用的是否带有release后缀 如果有则选择相应的debug,如下图:

Image.png

(2) 如果在Android Studio 面板中没有 Build Variants 则按下面步骤进行,即可调出此面板,如下图:

Image.png

The End


若此文有幸被您看到,欢迎指正(づ ̄ 3 ̄)づ

相关文章

网友评论

  • 股道断肠:我的是无法选择debug,你遇见过没
    SMouse:话说,怎么现在才看到有评论的消息提醒,以前都没消息提醒,半年了兄弟,对不住
    SMouse:无法选择debug?
  • 被咯苏州:谢谢,

本文标题:第一番 Android 不能进行debug调试

本文链接:https://www.haomeiwen.com/subject/afdijttx.html