There is no solution at the moment. The fix for it is for the Gradle plugin to load dx.jar instead of running it from the command line. https://code.google.com/p/android/issues/detail?id=64821
On Tue, Jan 14, 2014 at 2:11 PM, Justin Breitfeller <[email protected]>wrote: > All, > > One of our projects depends upon a large number of library projects (20+). > Due to this, ANT will fail to dex our project because the list of jars is > simply too long to be passed to dx.bat. Is there a way around this issue? > As a temporary solution, we have simply moved these projects into our > drives root directory to reduce the length of each jar's path but obviously > that solution will not work forever. I'm sorry to say that I am not > familiar enough with the *nix build tools to know if the same issue would > exist there. > > Thanks, > Justin > > -- > 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/groups/opt_out. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- 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/groups/opt_out.
