第一番 Android 不能进行debug调试

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.

《第一番 Android 不能进行debug调试》 Image.png

2.解决办法:

(stackoverflow 还是相当靠谱的啊 )

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

《第一番 Android 不能进行debug调试》 Image.png

3.补充说明

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

《第一番 Android 不能进行debug调试》 Image.png

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

《第一番 Android 不能进行debug调试》 Image.png

The End

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

    原文作者:SMouse
    原文地址: https://www.jianshu.com/p/2fdbb5d50086
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞