Using build types in Gradle to run same app that uses ContentProvider on one device

后端 未结 14 1037
小蘑菇
小蘑菇 2020-11-28 00:22

I have set up Gradle to add package name suffix to my debug app so I could have release version that I\'m using and debug version on one phone. I was referencing this: http:

14条回答
  •  旧巷少年郎
    2020-11-28 00:44

    I've written a blogpost with Github sample project that tackles this problem (and other similar problems) in a slightly different way than Cyril's.

    http://brad-android.blogspot.com/2013/08/android-gradle-building-unique-build.html

提交回复
热议问题