I'm attempting to upgrade to 0.9.1 and I'm getting this error: 13:34:58.298 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception. 13:34:58.298 [ERROR] [org.gradle.BuildExceptionReporter] 13:34:58.299 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong: 13:34:58.299 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':lib1:processDebugTestResources'. 13:34:58.299 [ERROR] [org.gradle.BuildExceptionReporter] > Error: A library uses the same package as this project 13:34:58.300 [ERROR] [org.gradle.BuildExceptionReporter] You can temporarily disable this error with android.enforceUniquePackageName=false 13:34:58.300 [ERROR] [org.gradle.BuildExceptionReporter] However, this is temporary and will be enforced in 1.0
I'm attempting to resolve it rather than set the flag to false but the build is not returning any useful information for me to hunt it down (at least that I can find). I run the build with "--debug" and I'm not seeing any additional useful information. I've also manually inspected the values in each AndroidManifest.xml and everything look unique. Is there a way for this error to produce more useful information for tracking down/fixing especially if in 1.0 this is gong to be enforced? Or is there a specific place I should be looking to find out what the conflict is? Thanks Scott -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
