Joe Bowser created CB-8143:
------------------------------
Summary: Android Studio update combined with Build Tools upgrade
breaks 4.0 build
Key: CB-8143
URL: https://issues.apache.org/jira/browse/CB-8143
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 4.0.0
Reporter: Joe Bowser
Assignee: Ian Clelland
Priority: Blocker
Fix For: 4.0.0
I just updated Android Studio to 1.0, which also now updates my Android Tools.
That's pretty cool, except that it breaks everything we have for our gradle
support:
{code}
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/bowserj/UtahDemo/build.gradle' line: 27
* What went wrong:
A problem occurred evaluating root project 'UtahDemo'.
> Failed to apply plugin [id 'android']
> Gradle version 1.10 is required. Current version is 2.2.1. If using the
gradle wrapper, try editing the distributionUrl in
/Users/bowserj/UtahDemo/gradle/wrapper/gradle-wrapper.properties to
gradle-1.10-all.zip
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 1.94 secs
{code}
This happens with all 4.0 projects. I've tried tweaking build.gradle to work
with the right version, but I can see this severely aggravating users to no end.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]