I have old project and I upgrade gradle. Gradle latest version 3.3.1. Please help me. How to fix this error? com.android.builder.dexing.DexArchiveBuilderException: Failed to pro
Solution 1:
Do these things as follws:-
Update your Class path to version 3.3.1 in (build.gradle) Project.
Update you minimum or greater than 4.10.1 .in gradle wrapper
Also add maven and google as per required in your project
Post a Comment for "Android Gradle Error Version (3.3.1) Problem"