如何为PhoneGap Application创建自定义包?

时间:2014-01-18 07:59:05

标签: android cordova

如果我从命令行创建一个phonegap应用程序,我可以创建一个phonegap android项目 正确的名称由

  

phonegap create testapp - “com.test.app” - 名称“TestApp”

但是包裹是:

  

com.phonegap.helloworld

为什么Phonegap会创建这个随机包,尽管我提供了com.test.app?

1 个答案:

答案 0 :(得分:1)

试试这个。

   phonegap create testapp com.test.app TestApp