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
