You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Yewon Lee (JIRA)" <ji...@apache.org> on 2014/01/30 03:19:05 UTC

[jira] [Created] (CB-5944) Android App Name with a number fails the build process

Yewon Lee created CB-5944:
-----------------------------

             Summary: Android App Name with a number fails the build process
                 Key: CB-5944
                 URL: https://issues.apache.org/jira/browse/CB-5944
             Project: Apache Cordova
          Issue Type: Bug
          Components: Amazon FireOS, Android
    Affects Versions: 3.3.0
         Environment: Mac OSX, Windows
            Reporter: Yewon Lee


When creating an Android app using Cordova-CLI, if "name" field in config.xml contains a number, the whole build fails. 

1. cordova create Test com.hello.test 17Hi
2. cd Test/
3. cordova platform add android
4. cordova build
5. IT fails!

I believe it's due to the Java syntax issue which doesn't allow a number in a Java class name. 

This doesn't allow us to have an app name with a number in it.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)