I want to use 2 productFlavors for my Android App: live and staging.
productFlavors
live
staging
In app/build.grandle I defined them like this: <
app/build.grandle
Try giving resValue like this:
resValue
staging { applicationId "com.some.id.staging" resValue "string", "build_config_package", "com.some.id" }