cca create: How to get rid of this Hallo World sample app

74 Views Asked by At

I'm just trying out cca and wondering how to get rid of this Hallo World sample app.

cca create always creates this Hallo World app and cca help does not reveal some params to create an app just like with cordova create:

$ cordova create test com.example.test MyApp

How would I do that with cca create?

1

There are 1 best solutions below

0
On

The create syntax is correct. Look int your config.xml and replace the is and the name. Delete platform (platforms/android) and rebuild phonegap (phonegap build android).

This should do the trick.