Import an existing Google App Engine into Android Studio

I created and deployed the Google App Engine project in Eclipse a few months ago with the Google Cloud plugin. Now I am interested in continuing to develop this project in Android Studio in order to avoid using two different IDEs and integrate it with my Android application. I found that Android Studio has a wizard to create a new Google Cloud module, but I did not find any information on how to import an existing one. Does anyone know how to do this correctly, avoiding the task of creating a new one and pasting all the code from eclipse?

Thank!

+4
source share
1 answer

Gradle gradle -appengine-plugin, appengine Android .gradle. IDE , App Engine dev-.

Maven, Gradle, Android Studio.

-1

Source: https://habr.com/ru/post/1568537/


All Articles