Error:Execution failed for task \':app:transformClassesWithDexForDebug\'. com.android.build.api.transform.TransformException: com.android.ide.common.process
I also faced the same issue after did reach i not resolved. instead of applied two approaches as follows:
Process 1: Update plugin with build.gradle
plugins {
id "com.github.ManifestClasspath" version "0.1.0-RELEASE"
}
Process 2: Update the JAVA path while executing the application inside the IDE
Still it is not working.