Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New Google Cloud Module not present in Android Studio 3.0

When I try to create new google cloud module via android studio it is not visible in new module panel as given in the step 1 of the instruction in the following link :-https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints.

I have tried all the solutions given online but they don't seem to work. Please help

like image 729
Ayush Srivastava Avatar asked Nov 08 '17 20:11

Ayush Srivastava


Video Answer


1 Answers

Google Cloud Module was previously available through Cloud Tools for Android Studio plugin.

Unfortunately, this plugin doesn't have Google Cloud Module for Android Studio version 3.0. Please see this link:

https://cloud.google.com/tools/android-studio/docs/

Note: Creating App Engine-based cloud backends is not supported in Android Studio 3.0; however, your existing projects with cloud backends will continue to work in Android Studio.

We have to wait and see if the Android Studio team has plans on their roadmap to fix this.

like image 196
yaraju Avatar answered Sep 30 '22 01:09

yaraju