Don brought this up on Monday. It's a bug: https://issues.apache.org/jira/browse/CB-4198
On Wed, Jul 24, 2013 at 11:57 AM, Braden Shepherdson <[email protected]>wrote: > That last parameter, on Android, is the main classname. It could remove > spaces and -s and so on, but I think requiring no spaces there is > acceptable in general, and could become an explicit requirement of the > script on all platforms. The docs definitely need fixing. > > Braden > > > On Tue, Jul 23, 2013 at 10:13 PM, Simon MacDonald < > [email protected] > > wrote: > > > Hey guys, > > > > When you create your project using: > > > > cordova create HelloWorld com.example.hello "Hello World" > > > > and then do: > > > > cordova platform add android > > > > there is something in the android create script that doesn't like that > > last parameter, "Hello World", to have a space in it. > > > > So I'm thinking that: > > > > 1) we need to update the docs so people don't get confused > > 2) fix the script so it can take the space in the last parameter > > > > Simon Mac Donald > > http://hi.im/simonmacdonald > > >
