generator-android-square-stack
generator-android-square-stack copied to clipboard
added multidex settings
I had to add multidexing after adding more libs, this will hopefully prevent others from running into a similar problem.
How soon after starting was it that you hit the dex method limit? Are there any negatives or added complexity for newcomers with setting up multidex from the start?
I've added multidex support to a couple of my projects without much drama but I remember it wasn't exactly free (as in I had to resolve some minor bugs and incompatibilities).
Happy to consider putting this in but I'd appreciate to some more input/discussion of pros & cons before just jumping in.
I ran into it after adding only a single library which is admittedly large.
There are some issues with multidexing, but I thought they're mostly resolved at this point, but I understand wanting to err on the side of caution. Perhaps can prompt for it or comment it out, and add a section to the readme.? On May 13, 2015 6:05 PM, "Dave Kuhn" [email protected] wrote:
How soon after starting was it that you hit the dex method limit? Are there any negatives or added complexity for newcomers with setting up multidex from the start?
I've added multidex support to a couple of my projects without much drama but I remember it wasn't exactly free (as in I had to resolve some minor bugs and incompatibilities).
Happy to consider putting this in but I'd appreciate to some more input/discussion of pros & cons before just jumping in.
— Reply to this email directly or view it on GitHub https://github.com/kuhnza/generator-android-square-stack/pull/1#issuecomment-101843211 .