I have update my android studio to 3.2 canary8 .It throws an exception when configuring build.Duplicate key com.android.build.gradle.internal.api.artifact.BuildableArtifactImpl@7c139f68.Has anyone gotten this problem,and How to resolve it?
change name "main" to another name in the productFlavors in build.gradle.
productFlavors { main { //... } qa { //... } }
New format:
productFlavors { orginal { //... } qa { //... } }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With