Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C86D02009C6 for ; Tue, 17 May 2016 05:10:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C6D3C160A19; Tue, 17 May 2016 03:10:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1A532160A16 for ; Tue, 17 May 2016 05:10:13 +0200 (CEST) Received: (qmail 57769 invoked by uid 500); 17 May 2016 03:10:13 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 57757 invoked by uid 99); 17 May 2016 03:10:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2016 03:10:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C8F712C1F58 for ; Tue, 17 May 2016 03:10:12 +0000 (UTC) Date: Tue, 17 May 2016 03:10:12 +0000 (UTC) From: "zhuisui (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11251) Gradle version 2.10 is required. Current version is 2.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 17 May 2016 03:10:15 -0000 [ https://issues.apache.org/jira/browse/CB-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15285938#comment-15285938 ] zhuisui commented on CB-11251: ------------------------------ I met this problem too. I want to change the version of Gradle for building android to 2.10, but I can't find it. So I write before_build hook to change `process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL']`, but it doesn't work for `run` command. > 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-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org