Java.exe Error While Building Project In Android Studio May 17, 2024 Post a Comment After creating a new project when I try to run the app it shows build failed error. I searched for it on the internet, they say that it may be due to duplicate libraries of gradleSolution 1: Try to delete this line:compilefileTree(dir: 'libs', include: ['*.jar']) CopyOr you could set multiDexEnabled true:defaultConfig { // Enabling multidex support. multiDexEnabled true } Copyand try again. Hope it helps. Share Post a Comment for "Java.exe Error While Building Project In Android Studio"
Post a Comment for "Java.exe Error While Building Project In Android Studio"