android - 此应用程序未在其 list 中启用 debuggable 属性

标签 android android-studio

无法在设备 samsung-gt_i9300-323020cfc86b804f 上调试应用程序 com.domain.test。 此应用程序未在其 list 中启用 debuggable 属性。 如果您在 list 中手动设置了它,则将其删除并让 IDE 自动分配它。 如果您使用的是 Gradle,请确保您当前的变体是可调试的。

最佳答案

你的评论已经暗示了这篇文章的答案,但由于你没有选择答案,我会写下来。

从 android studio 左角将构建变体从 release 更改为 debug

**Build variant** tab's default position in AndroidStudio

关于android - 此应用程序未在其 list 中启用 debuggable 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25860720/

相关文章:

清理 gradle 缓存后,Android Studio 无法解析符号

android - Android Studio 项目风格的 Java 源目录未以蓝色呈现

具有代理设置的 Android Studio Gradle Fabric "Unable to connect to the network"

android-studio - Android studio 没有主要事件,新项目没有布局

android-studio - Android Studio - 项目中的所有文件名都是红色的,但没有错误

android - 相对布局滚动问题

android - Titanium:如何在 2 个窗口之间向左/向右或向上/向下转换滑动

android - Robolectric 3.0 在 DefaultPackageManager.getActivityInfo() 上抛出 Nullpointer

android - 在工具栏中将 Android Drawable XML Logo 居中

android - eclipse 中没有 std::find() 的匹配函数。在 XCode 中运行良好