Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

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

Open
troy21688 opened this issue Jan 21, 2016 · 1 comment
Open

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

troy21688 opened this issue Jan 21, 2016 · 1 comment

Comments

@troy21688
Copy link

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
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants