Philipp Klose created CB-4377:
---------------------------------

             Summary: Android work only if project name does not contain any 
whitespaces
                 Key: CB-4377
                 URL: https://issues.apache.org/jira/browse/CB-4377
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, CLI
    Affects Versions: 3.0.0
         Environment: Ubuntu 12.04, bash, fresh Android SDK
            Reporter: Philipp Klose
            Assignee: Joe Bowser
            Priority: Blocker


If the name of the project contains a white space the {{cordova add platform 
android}} command will fail.

*Works:*

$ cordova create HelloWorld1 com.example.hello "HelloWorld"
$ cd HelloWorld1/
$ cordova platform add android

*Does not work:*

$ cordova create HelloWorld2 com.example.hello "Hello World"
$ cd HelloWorld2/
$ cordova platform add android
[Error: An error occured during creation of android sub-project.....

--
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

Reply via email to