Friday, 15 August 2014

android - Is it possible to specify testApplicationId per flavor in Gradle? -



android - Is it possible to specify testApplicationId per flavor in Gradle? -

i have 2 product flavors, , set testapplicationid in build.gradle:

defaultconfig { minsdkversion 8 targetsdkversion 19 testapplicationid 'com.example.testapp' }

is possible override testapplicationid in each productflavor? tried overriding testapplicationid in individual productflavors, r.class file doesn't generated, , compile error. read packagename/applicationid not affecting r.class file, i'm not sure if rule holds testapplicationid too.

android gradle android-gradle

No comments:

Post a Comment