[jira] [Comment Edited] (CB-11251) Gradle version 2.10 is required. Current version is 2.2.1

2016-05-17 Thread zhuisui (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15288011#comment-15288011
 ] 

zhuisui edited comment on CB-11251 at 5/18/16 3:47 AM:
---

Thanks.
But is there a way to set that environment variable? I do these below in js of 
before_build hook.
I try to set gradleVersion in gradle.properties which is useless. Now I use 
this way by which I write 
process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL'] = url in js, but I don't 
think this way is proper.


was (Author: zyf0330):
Thanks.
But is there a way to set that environment variable? Because there is another 
problem existing.
Set it by this way is only effective to before_build hook, not before_run.
I try to use cmd to set it in before_build hook which doesn't work, so I change 
to write process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL'] = url in js. 
And it is effective, but I don't think this way is proper.

> Gradle version 2.10 is required. Current version is 2.2.1
> -
>
> Key: CB-11251
> URL: https://issues.apache.org/jira/browse/CB-11251
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
> Environment: OSX
>Reporter: Daniel Rossi
>Priority: Blocker
>  Labels: gradle
>
> When I try and run "cordova build" I run in this known gradle issue. 
> There is no possible fix other than to keep changing the version in Android 
> studio under File -> Project Structure -> Project -> Gradle Version -> 2.10 
> instead of 2.22
> Every time I make a change to the common www html file, I have to go back 
> into Android Studio and make that gradle change, rebuild then run into the 
> emulator. 
> This is out of the box, and I believe many people are having the same issue.  
> "cordova build
> ANDROID_HOME=/www/Android/sdk
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home
> FAILURE: Build failed with an exception.
> * Where:
> Build file '/path/MyApp/platforms/android/build.gradle' line: 22
> * What went wrong:
> A problem occurred evaluating root project 'android'.
> > Failed to apply plugin [id 'android']
>> Gradle version 2.10 is required. Current version is 2.2.1. If using the 
> gradle wrapper, try editing the distributionUrl in 
> /path/MyApp/gradle/wrapper/gradle-wrapper.properties to gradle-2.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"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-11251) Gradle version 2.10 is required. Current version is 2.2.1

2016-05-17 Thread zhuisui (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15288011#comment-15288011
 ] 

zhuisui edited comment on CB-11251 at 5/18/16 1:19 AM:
---

Thanks.
But is there a way to set that environment variable? Because there is another 
problem existing.
Set it by this way is only effective to before_build hook, not before_run.
I try to use cmd to set it in before_build hook which doesn't work, so I change 
to write process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL'] = url in js. 
And it is effective, but I don't think this way is proper.


was (Author: zyf0330):
Thanks.
But is there a way to set that environment variable?
I try to use cmd to set it in before_build hook which doesn't work, so I change 
to write process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL'] = url in js. 
And it is effective, but I don't think this way is proper.

> Gradle version 2.10 is required. Current version is 2.2.1
> -
>
> Key: CB-11251
> URL: https://issues.apache.org/jira/browse/CB-11251
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
> Environment: OSX
>Reporter: Daniel Rossi
>Priority: Blocker
>  Labels: gradle
>
> When I try and run "cordova build" I run in this known gradle issue. 
> There is no possible fix other than to keep changing the version in Android 
> studio under File -> Project Structure -> Project -> Gradle Version -> 2.10 
> instead of 2.22
> Every time I make a change to the common www html file, I have to go back 
> into Android Studio and make that gradle change, rebuild then run into the 
> emulator. 
> This is out of the box, and I believe many people are having the same issue.  
> "cordova build
> ANDROID_HOME=/www/Android/sdk
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home
> FAILURE: Build failed with an exception.
> * Where:
> Build file '/path/MyApp/platforms/android/build.gradle' line: 22
> * What went wrong:
> A problem occurred evaluating root project 'android'.
> > Failed to apply plugin [id 'android']
>> Gradle version 2.10 is required. Current version is 2.2.1. If using the 
> gradle wrapper, try editing the distributionUrl in 
> /path/MyApp/gradle/wrapper/gradle-wrapper.properties to gradle-2.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"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-11251) Gradle version 2.10 is required. Current version is 2.2.1

2016-05-17 Thread zhuisui (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15288011#comment-15288011
 ] 

zhuisui edited comment on CB-11251 at 5/18/16 1:17 AM:
---

Thanks.
But is there a way to set that environment variable?
I try to use cmd to set it in before_build hook which doesn't work, so I change 
to write process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL'] = url in js. 
And it is effective, but I don't think this way is proper.


was (Author: zyf0330):
Thanks

> Gradle version 2.10 is required. Current version is 2.2.1
> -
>
> Key: CB-11251
> URL: https://issues.apache.org/jira/browse/CB-11251
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
> Environment: OSX
>Reporter: Daniel Rossi
>Priority: Blocker
>  Labels: gradle
>
> When I try and run "cordova build" I run in this known gradle issue. 
> There is no possible fix other than to keep changing the version in Android 
> studio under File -> Project Structure -> Project -> Gradle Version -> 2.10 
> instead of 2.22
> Every time I make a change to the common www html file, I have to go back 
> into Android Studio and make that gradle change, rebuild then run into the 
> emulator. 
> This is out of the box, and I believe many people are having the same issue.  
> "cordova build
> ANDROID_HOME=/www/Android/sdk
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home
> FAILURE: Build failed with an exception.
> * Where:
> Build file '/path/MyApp/platforms/android/build.gradle' line: 22
> * What went wrong:
> A problem occurred evaluating root project 'android'.
> > Failed to apply plugin [id 'android']
>> Gradle version 2.10 is required. Current version is 2.2.1. If using the 
> gradle wrapper, try editing the distributionUrl in 
> /path/MyApp/gradle/wrapper/gradle-wrapper.properties to gradle-2.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"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org