In my current project we have 5 library projects depends on 1 one common library projects. The problem is when we are using unique package name for all libraries we are getting 64k method limit error(we are using proguard). And when we are using same package name for all library projects its working fine but we need to specify enforceUniquePackageName = false.
Why I am getting 64k method error when i am using unique package names? So How I can get rid of enforceUniquePackageName? -- 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.
