Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: "Cannot start process, the working directory does not exist." in IntelliJ

When I move a whole project from one computer to another, and I try to start the project in IDEA on the other computer, the following error occurred when I start my application itself: "Cannot start process, the working directory does not exist."

There's no context for me to put this message in. I checked all my settings and everything seems to be all right. What have I done wrong?

like image 904
krishna veer Avatar asked Jan 04 '18 15:01

krishna veer


1 Answers

I was also facing the same issues which has been fixed and working fine.

Solution: Go to FOlder where your project resides. Search for ".idea" folder --> delete that folder and then open the code and go to "settings.gradle(Project Setting)" file -- >

cut the line "include ':app'" -- > Sync Now --> now paste the same "include ':app'" and Sync now again --> Issues resolved -- > Last Clean & Revuild the project

like image 101
urnish Avatar answered Sep 21 '22 03:09

urnish