mikkimichaelis opened a new issue #1330: URL: https://github.com/apache/cordova-android/issues/1330
# Bug Report ## Problem <widget id="com.1my-domain.app" version="1.9.37" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> ### What is expected to happen? Android platform to be added ### What does actually happen? Using cordova-fetch for cordova-android@^9.1.0 Adding android project... Error validating package name. Must look like: `com.company.Name`. Currently is: `com.1my-domain.app` ## Information removing both the '1' and '-' resolves the problem. This url scheme works fine for iOS platform. My understanding is that 'widget' should be any valid reverse domain. ### Command or Code ionic cordova add platform [email protected] ### Environment, Platform, Device macOS 11.2.3 9.0.0 ([email protected]) v12.22.1 (node) ### Version information macOS 11.2.3 9.0.0 ([email protected]) v12.22.1 (node) 6.14.1 (ionic-cli) ## Checklist - [ x] I searched for existing GitHub issues - [ na] I updated all Cordova tooling to most recent version (not possible as latest android platform conflicts) - [ x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
