Search code examples
javaandroid-studiodebuggingandroid-gradle-pluginbuild.gradle

How can I fix the "Cannot parse result path string:" error in android studio version 3.6.2 on running the application?


I am trying to run/debug the application in android studio version 3.6.2 but returning an error saying Cannot parse result path string:

Build output box shows:

Build failed: Cannot parse result path string:


Solution

  • The problem is with the gradle version I simply had to switch from version 6.5 to 6.5.1 and after rebuilding it worked just fine.

    If you are on windows go File -> Project Structure, on project change the gradle version.