You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2017/10/14 11:39:00 UTC

[jira] [Closed] (CB-13438) Error validating package name

     [ https://issues.apache.org/jira/browse/CB-13438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-13438.
-----------------------------
    Resolution: Not A Problem

You missed the first param on create command.

the command is

cordova create path id appName

the only mandatory is path

you passed the id as path and appName as id, and you appName is not a valid id.

More info about the create command 
https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-create-command

> Error validating package name
> -----------------------------
>
>                 Key: CB-13438
>                 URL: https://issues.apache.org/jira/browse/CB-13438
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android, cordova-cli
>    Affects Versions: cordova@7.0.0
>         Environment: Windows 10 64
>            Reporter: Lee Goddard
>            Assignee: Joe Bowser
>
> I'm a new user, but coding for 20+ years, working from what appears to be your main Getting Started walkthrough at https://cordova.apache.org/docs/en/latest/guide/cli/
> {{C:\Users\User\src\izel (master)
> λ cordova create com.izelplants.Maps MapMaker
> Creating a new cordova project.
> C:\Users\User\src\izel (master)
> λ cd com.izelplants.Maps\
> C:\Users\User\src\izel\com.izelplants.Maps (master) (mapmaker@1.0.0)
> λ cordova platform add android
> Using cordova-fetch for cordova-android@~6.3.0
> Adding android project...
> Error: Error validating package name. Package name must look like: com.company.Name
> C:\Users\User\src\izel\com.izelplants.Maps (master) (mapmaker@1.0.0)
> λ}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org