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

[Android] Gradle: buildToolsVersion is not specified. #57

Open
Tokix opened this issue Dec 18, 2018 · 0 comments
Open

[Android] Gradle: buildToolsVersion is not specified. #57

Tokix opened this issue Dec 18, 2018 · 0 comments

Comments

@Tokix
Copy link

Tokix commented Dec 18, 2018

It would be great if you could add the gradle version for the current plugin to your README.
In Gradle 3.3 compile was used and > Gradle 3.3 it is implementation.

Using Gradle 3.3 lead to the following Error in Cordova/Ionic:

Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence. java.lang.IllegalStateException: buildToolsVersion is not specified.

with:

org.java-websocket:Java-WebSocket:1.3.9

If you should run into that issue too just change
implementation 'org.java-websocket:Java-WebSocket:1.3.9' to compile 'org.java-websocket:Java-WebSocket:1.3.9' or update your gradle version.

@becvert becvert changed the title Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence. java.lang.IllegalStateException: buildToolsVersion is not specified. [Android] Gradle: buildToolsVersion is not specified. Mar 27, 2019
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

No branches or pull requests

1 participant