Error: Build.xml does not exist

Remove the .sh and run these two in the same line.
run java_dev_appserver --port=8888 --address=0.0.0.0 appengine/build/war

and for git bash
run
java_dev_appserver.cmd --port=8888 --address=0.0.0.0 appengine/build/war

I added gcloud sdk in his paths (via anydesk) now, hez installing appengine, now it will work for sure

2 Likes

You have to give full path of java_dev_appserver.cmd, If you dont want to change environment variables.

I would recommend to change the environment variables because its much easier to run the Dev Server

1 Like