Skip to content Skip to sidebar Skip to footer

Cordova 3.5 Build Android Get Error With Command Line On Mac

I use cordova 3.5 first time, try to build android apk with it, but get below error during build apk package get error like below, can't find where is wrong, can any one tell me wh

Solution 1:

Here is sample mistake on create new project with cordova,

cordova create abc com.example.abc ABC

abc would same with com.example.abc, if the project will be created no error, when you build app would show strange error like above. hope this can help someone.

Post a Comment for "Cordova 3.5 Build Android Get Error With Command Line On Mac"