Tomáš Bezouška
Tomáš Bezouška

Reputation: 1499

Intellij not able to create Google AppEngine project

I'm trying to create a new Google AppEngine project, but failing. Here's my setup:

Despite all this I am unable to create new AppEngine project / debug existing one. In the "New Project" dialog I don't have the option for Google AppEngine (screenshot #2). As for the debugging I don't have the "AppEngine Dev" option among debuggers - I only have gradle / groovy / some others / and Google AppEngine Deployment (screenshot #3). But no option to debug locally.

Any ideas what's wrong with my setup? Anything I missed?

enter image description here

enter image description here

enter image description here

Upvotes: 0

Views: 149

Answers (1)

Tomáš Bezouška
Tomáš Bezouška

Reputation: 1499

Turns out you need Intellij Ultimate edition https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/1200

Upvotes: 2

Related Questions