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调试_第1张图片Image.png

2.解决办法:

(stackoverflow 还是相当靠谱的啊 )

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

第一番 Android 不能进行debug调试_第2张图片Image.png

3.补充说明

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

第一番 Android 不能进行debug调试_第3张图片Image.png

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

第一番 Android 不能进行debug调试_第4张图片Image.png

The End


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

更多相关文章

  1. Android 调用系统相册选择图片并显示
  2. android自带图片资源
  3. Android 图片倒影效果源码
  4. Android如何从服务器获取图片
  5. Android中ListView中显示图片和文本
  6. Android关于图片压缩
  7. Android 9Patch图片

随机推荐

  1. C++算法学习之分支限界法的应用
  2. VSCode配置PHP函数跳转
  3. TextView添加Onclick点击无效没反应解决
  4. android 长按菜单的使用
  5. 『ANDROID』反射取子类、父类 属性
  6. Android(安卓)获取当前设备的IP地址
  7. Android(安卓)获取当前设备的IP地址
  8. Android(安卓)Layout inflate分析(2) - V
  9. Android的Activity跳转和传值
  10. Android获取手机的型号和系统版本