Hello, I'm doing a job in which I must occupy an api of google maps , I already got my api and added it to my code but whenever I want to run it on my cell phone or machine it appears error:
Error: Execution failed for task ': app: transformClassesWithDexForDebug'. 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
I was researching and I added the multiDexEnable but it opens on the screen in black and closes, it should be noted that use the google maps template that comes in android studio , I add my api where I have to put it on, I run it and it marks me that error.
I hope you can help me.