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

Avoid a bug in Gradle #19

Merged
merged 1 commit into from Oct 5, 2015
Merged

Avoid a bug in Gradle #19

merged 1 commit into from Oct 5, 2015

Conversation

Nivl
Copy link
Contributor

@Nivl Nivl commented Sep 26, 2015

Gradle fails with:

Error:Execution failed for task ':app:mergeDebugResources'.
> java.lang.Error: Could not find class: apple.awt.CGraphicsEnvironment

This is a bug in the beta version of gradle (see bug report). Downgrading to 1.3.0 fixes it.

@lgvalle
Copy link
Owner

lgvalle commented Sep 29, 2015

Thanks for the PR but I really want to keep on using 1.4.0 beta to take advantage of all the new stuff:

http://tools.android.com/tech-docs/new-build-system

To fix the problem you mentioned you can clean and assemble again:

./gradlew clean assembleDebug

@lgvalle
Copy link
Owner

lgvalle commented Oct 5, 2015

I will merge this now and stick to 1.3.0 until `1.4.0' gets out of the beta

lgvalle added a commit that referenced this pull request Oct 5, 2015
@lgvalle lgvalle merged commit 71c6aac into lgvalle:master Oct 5, 2015
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.

None yet

2 participants