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 E3FC8108E6 for ; Wed, 7 Aug 2013 15:40:50 +0000 (UTC) Received: (qmail 29202 invoked by uid 500); 7 Aug 2013 15:40:50 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 28983 invoked by uid 500); 7 Aug 2013 15:40:49 -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 28955 invoked by uid 99); 7 Aug 2013 15:40:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 15:40:49 +0000 Date: Wed, 7 Aug 2013 15:40:49 +0000 (UTC) From: "Frank Hennig (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4285) Windows cordova emulate command doesn't install project 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-4285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732104#comment-13732104 ] Frank Hennig commented on CB-4285: ---------------------------------- Hi, the same here on Mac OS X 10.7.5 with cordova-cli 3.0.4. {code} $ cordova -d emulate android cordova library for "android" already exists. No need to download. Continuing. Wrote out Android application name to "HelloWorld" Wrote out Android package name to "com.hello.world" Calling plugman.prepare for platform "android" Preparing android project... Processing configuration changes for plugins. Iterating over installed plugins: [] Writing out cordova_plugins.js... Running on emulator for platform "android" via command ""/Users/myUer/repo/git/HelloWorld/platforms/android/cordova/run" --emulator" (output to follow)... {code} In addition, stopping the emulator, doesn't stop the command line process. > Windows cordova emulate command doesn't install project > ------------------------------------------------------- > > Key: CB-4285 > URL: https://issues.apache.org/jira/browse/CB-4285 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Environment: Windows 7 > Reporter: Lisa Seacat DeLuca > Assignee: Filip Maj > > I am able to add the android platform to a test cordova cli project and build just fine. When i go to run on an emulator the emulator opens but the project is never installed. This is the very simple case, no plugins were added. > C:\workspaces\cordovacli\helloworld>cordova -d emulate android > cordova library for "android" already exists. No need to download. Continuing. > Wrote out Android application name to "helloworld" > Wrote out Android package name to "com.helloworld" > Calling plugman.prepare for platform "android" > Preparing android project... > Processing configuration changes for plugins. > Iterating over installed plugins: [] > Writing out cordova_plugins.js... > Running on emulator for platform "android" via command ""C:\workspaces\cordovacli\helloworld\platforms\android\cordova\run" --emulator" (output to fol > low)... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira