Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7CF910976 for ; Wed, 27 Nov 2013 22:24:36 +0000 (UTC) Received: (qmail 59000 invoked by uid 500); 27 Nov 2013 22:24:36 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 58971 invoked by uid 500); 27 Nov 2013 22:24:36 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 58930 invoked by uid 99); 27 Nov 2013 22:24:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 22:24:36 +0000 Date: Wed, 27 Nov 2013 22:24:36 +0000 (UTC) From: "Steve Gill (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5422) platform add android fails on Mac with JAVA_HOME error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834239#comment-13834239 ] Steve Gill commented on CB-5422: -------------------------------- I added export JAVA_HOME=$(/usr/libexec/java_home) to my ~/.bash_profile. It worked. I am on 10.8.5 on a mac air > platform add android fails on Mac with JAVA_HOME error > ------------------------------------------------------ > > Key: CB-5422 > URL: https://issues.apache.org/jira/browse/CB-5422 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CLI > Affects Versions: 3.2.0 > Environment: Mac OS 10.9 > Reporter: David Pfahler > Assignee: Mark Koudritsky > > Just installed 3.2.0-rc1 as announced on cordova.apache.org. > ``` > $ cordova -v > 3.2.0-rc.1 > ``` > When trying to update the platforms it failed, so I tried removing each platform and adding again. Works for iOS. When running `sudo cordova platform add android -d` I get: > ``` > Running bin/create for platform "android" with command: ""/Users/djpfahler/.cordova/lib/android/cordova/3.2.0-rc1/bin/create" "/Users/djpfahler/localhost/LeadTracker/cordova/platforms/android" "com.dockmaster.leadtracker" "LeadTracker"" (output to follow) > Error: An error occured during creation of android sub-project. > [Error: ERROR : Make sure JAVA_HOME is set, as well as paths to your JDK and JRE for java.] > at /Users/djpfahler/.nvm/v0.10.21/lib/node_modules/cordova/src/platform.js:246:30 > at ChildProcess.exithandler (child_process.js:641:7) > at ChildProcess.EventEmitter.emit (events.js:98:17) > at maybeClose (child_process.js:735:16) > at Process.ChildProcess._handle.onexit (child_process.js:802:5) > ``` > To verify I have JAVA_HOME set correctly: > ``` > $ echo $JAVA_HOME > /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home > ``` > Ant is in my path: > ``` > $ ant -v > Apache Ant(TM) version 1.9.2 compiled on July 8 2013 > Trying the default build file: build.xml > Buildfile: build.xml does not exist! > Build failed > ``` > ADT is installed. > What happens here? -- This message was sent by Atlassian JIRA (v6.1#6144)