Skip to content

Conversation

@leduderino
Copy link

Using the generator-dependency in the Android project causes errors because of the freemarker library when building the APK. This can be avoided by using 'provided' instead of 'compile' and should be mentioned in the readme.

leduderino added 4 commits May 4, 2016 11:20
Use provided instead of compile for the generator to exclude generator from the final apk. This helped to fix errors caused by the freemarker library when building the APK.
@lucas34
Copy link

lucas34 commented May 4, 2016

Why are running the generator when building the APK ?
If you are using Android Studio, isn't it more simple to have the generator in a separate module without dependency over your main app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants