The Web Blinders logo

Programming

[SOLVED] Cordova - App id contains a reserved word, or is not a valid identifier

You might be getting this error message when you are creating a new Cordova Project.You will see how to get rid of it.
App id contains a reserved word, or is not a valid identifier
Error message

New Cordova project can be created using cordova create command and it's syntax is follows is as


cordova create path [id [name [config]]] [options]

Follow below steps to get rid of the error messages.

cordova create    HelloWorld 

// error because 'in' is reserved                        
cordova create HelloWorld in.xxxx.xxxxxx xxxxx 
// valid
cordova create HelloWorld com.xxx.xxxxx  xxxxx  

Need developers ?

if so, send a message.

thewebblinders@gmail.com

More Programming from our blog

SEARCH FOR ARTICLES