The new phonebook project always displays the HelloWorld list

Hi, I am trying to create a new Android project with telephony, but I don't want to be HelloWorld So in the console I type this syntax: phonegap create [folder_name] [namespace] [project_name]

And if I type something like this: phonegap create evilworld com.example.evilworld evilworld

phonegap create a new folder called evilworld, but nothing will change in the config file! this is again with hellowrold.

Does anyone know how I can fix this because I need to create multiple projects on my machine? Thanks to

0


source to share


2 answers


I think the same as PurpleDroid. The error should be anywhere but cordova. The team seems great. Here is a detailed explanation of how to create a project ->

  • Open terminal
  • cd ~ / desktop
  • cordova / phonegap create test com.example.test test
  • cd / test
  • cord platform add XXXX
  • cordova plugin add XXXX
  • Cordoba build


and after that all u should have your stuff on the right track. Perhaps you need to update to the new version of the phone call ?!

+1


source


With a few hours of researching, I think I have found the problem. First of all, I installed cordova. Second, I add a global git variable. Then the phone game project runs just fine



0


source







All Articles