GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

Do I need this Plugin if I add modules through Android Studio? #226

Open troy21688 opened 8 years ago

troy21688 commented 8 years ago

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.

loosebazooka commented 8 years ago

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

  1. the build rules to build an appengine project with special tools for endpoints
  2. the integration points for the IDE to recognize that it is an appengine gradle project so it can do some appengine specific stuff.