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
I can't get the project to compile via 'gradle build':
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536
Any idea what this might be? I've thought about enabling multidex support, but that is supported >=5.0 and you don't seem to be needing it on your end.
The text was updated successfully, but these errors were encountered:
Hello and thanks for the awesome work.
I can't get the project to compile via 'gradle build':
Any idea what this might be? I've thought about enabling multidex support, but that is supported >=5.0 and you don't seem to be needing it on your end.
The text was updated successfully, but these errors were encountered: