Hello Guys,
I’m trying to follow the instructions mentioned in this 1 to extend the UnityPlayerActivity in Android studio and use my new custom activity from unity C#,
The problem is that when i build the project i get this error:
Execution failed for task ':transformClassesWithDexForRelease'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lbitter/jnibridge/JNIBridge$a;
How to fix this error, any help is appreciated.
Thanks.