Skip to content
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

update readme for Android Studio users #336

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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.

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