-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Hello,
We were attempting to install Sift in our Android application. However our app is quite large and has multiDex enabled https://developer.android.com/studio/build/multidex
When we add the Sift lib, we receive an error:
Picked up _JAVA_OPTIONS: -Xmx2048M
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list.
Any ideas and help would be much appreciated.