如何在Android Studio中调试productFlavor

时间:2014-06-17 15:52:02

标签: android intellij-idea

如果更改了特定productFlavor的packageName,他如何调试并为此风格设置断点?

通过选中Android Studio(v0.6.1)中的“显示所有进程”框,我可以看到风味的应用程序。

但是,我得到了:

  

运行Android调试器时出错(8602):无法打开调试器端口:java.net.ConnectException“连接被拒绝:连接”

1 个答案:

答案 0 :(得分:0)

在您的口味中将debuggable设置为true:

buildTypes{
   flavor {
       debuggable true
   }
}

默认情况下,除了debug(http://tools.android.com/tech-docs/new-build-system/user-guide

之外,它的大小写为false