Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

like image 718
Klem Lloyd Mwenya Avatar asked May 04 '20 07:05

Klem Lloyd Mwenya


1 Answers

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.

like image 115
ARMEL FOPA Avatar answered Nov 14 '22 22:11

ARMEL FOPA