You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
I plan on building my App Engine modules, including the servlets, endpoints, and cloud messaging, through Android Studio. Will all of the gradle settings automatically build or do I still need to incorporate this plugin for my project?
I am a bit confused when this plugin is needed.
The text was updated successfully, but these errors were encountered:
The plugin is automatically added to any autogenerated module in AndroidStudio. If you are using those tools, you should see a build.gradle in your appengine module's base directory that includes this plugin.
In android studio, this plugin provides 2 things
the build rules to build an appengine project with special tools for endpoints
the integration points for the IDE to recognize that it is an appengine gradle project so it can do some appengine specific stuff.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I plan on building my App Engine modules, including the servlets, endpoints, and cloud messaging, through Android Studio. Will all of the gradle settings automatically build or do I still need to incorporate this plugin for my project?
I am a bit confused when this plugin is needed.
The text was updated successfully, but these errors were encountered: