Getting error building App: app:transformDexArchiveWithDexMergerForDebug
问题 I get the following error while building the app in android studio, why this is happening? Is it related to my proguard rules or dexguard rules? when I add " multiDexEnabled true" in build.gradle file, I get below error: Error:Execution failed for task ':app:transformDexArchiveWithDexMergerForDebug'. > com.android.build.api.transform.TransformException: java.nio.file.NoSuchFileException: D:\android\app\build\intermediates\multi-dex\debug\maindexlist.txt But, when I add " multiDexEnabled true"