I'm getting an error on Eclipse Oxygen running on Linux when I try to create a Google App Engine project. I've installed the Google SDK and I can run gcloud from the terminal. But I can't create an App Engine Eclipse project because Eclipse can't find the Cloud SDK. I'm supposed to set the location in the Google Cloud Platform preferences. But where are these preferences located in Eclipse?
Asked
Active
Viewed 1,227 times
0
-
How is it that you know you're supposed to set the location in the preferences? โ nitind Jul 03 '17 at 04:05
-
This is the error message in full: Cannot create an App Engine Eclipse project because the Cloud SDK could not be found. Install it from https://cloud.google.com/sdk and set the location in the Google Cloud Platform preferences. โ brettv Jul 03 '17 at 11:43
1 Answers
3
I found how to change it. I had to go to Window ยป Preferences and under the Google Cloud Tools tab, I could change the directory of the SDK location. In my case, the SDK location directory was incorrect, causing this error.

brettv
- 120
- 13
-
This was the same case for me. In Mac, Go to Eclipse >> Preferences, set the google cloud install. This might happen due to installing through command prompt. โ phanindravarma Aug 16 '17 at 16:15