App engine server couldn't run

hello,
I downloaded the code of app inventor. it was installed and also build successfully in my PC but app engine server couldn't run. It shows error, which I mentioned below.

PROBLEM:

when I run the command

'/c/Program Files (x86)/Google/Cloud SDK/google-cloud-sdk/bin/java_dev_appserver.sh' --port=8888 --address=0.0.0.0 appengine/build/war/

command , It shows that **click the Google Cloud SDK Shell icon and re-run the command in that window, or re-run the command with elevated privileges by right-clicking cmd.exe and select ing "Run as Administrator".

even if I did that and ran the command again, It shows the same output. I added screen-shot.

You have to run

gcloud components install app-engine-java

first, to install the AppEngine component.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.