-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incompatible with the android plugin #12
Comments
I am not at length familiar with the android build declaration/configuration in Gradle. |
There's a way to make it work. First of all, you'll have to create a new Java library module in your project just for the protos. Then, if you follow the instructions in the README, proto/build.gradle
app/build.gradle
settings.gradle
Hope this saves someone else some time. Alternatively, changing |
A slight more succinct and reliable way of achieving the same effect... excludeDirs = [file('.gradle')] |
This plugin applies the java plugin witch is incompatible with the android new build system plugin (com.android.tools.build:gradle:0.6.3).
Is there any way make this plugin to make them compatible with andriod?
The text was updated successfully, but these errors were encountered: