[ https://issues.apache.org/jira/browse/CB-13438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16204724#comment-16204724
]
Lee Goddard commented on CB-13438:
----------------------------------
config.xml
h6. <?xml version='1.0' encoding='utf-8'?>
h6. <widget id="MapMaker" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
h6. <name>HelloCordova</name>
h6. <description>
h6. A sample Apache Cordova application that responds to the deviceready event.
h6. </description>
h6. <author email="dev@cordova.apache.org" href="http://cordova.io">
h6. Apache Cordova Team
h6. </author>
h6. <content src="index.html" />
h6. <plugin name="cordova-plugin-whitelist" spec="1" />
h6. <access origin="*" />
h6. <allow-intent href="http://*/*" />
h6. <allow-intent href="https://*/*" />
h6. <allow-intent href="tel:*" />
h6. <allow-intent href="sms:*" />
h6. <allow-intent href="mailto:*" />
h6. <allow-intent href="geo:*" />
h6. <platform name="android">
h6. <allow-intent href="market:*" />
h6. </platform>
h6. <platform name="ios">
h6. <allow-intent href="itms:*" />
h6. <allow-intent href="itms-apps:*" />
h6. </platform>
h6. </widget>
h6.
> 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
|