You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: