You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
problem is probably related with #191, but now when aar dependencies are treated similar to jars command line becomes very long. I hope this can be fixed.
The text was updated successfully, but these errors were encountered:
According to this http://support.microsoft.com/kb/830473 windows command line has limit of 8191 characters. If we have project with many dependencies each path of dependency is passed to command line as injars parameter so it is possible to reach this limit. Maybe the better approach would be creating temporary config file containing all injars parameters and passing it to proguard instead of full command options. I can try to prepare fix if this is good approach.
Hi,
problem is probably related with #191, but now when aar dependencies are treated similar to jars command line becomes very long. I hope this can be fixed.
The text was updated successfully, but these errors were encountered: