You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
When I run pwabuilder https://int.example.com -p android I get the error App id contains a reserved word, or is not a valid identifier. from the cordova create command. It appears that PWABuilder is using the reverse domain name of my site to generate the path, but cordova doesn't like it as int is a reserved word in Java.
From looking at the Cordova Create docs it seems Cordova doesn't care what this path as (as long as the directory doesn't exist), so I was wondering if there was (or could be created) an option to specify a packageName/path on the command line to avoid this issue?
Thanks for your time
P.S. Relevant logs captured with debug logging mode:
[info ] pwabuilder : Scanning https://int.example.com for manifest...
[info ] pwabuilder : Found a w3c manifest...
[debug] pwabuilder : Manifest contents:
...
[debug] pwabuilder : Loading platform module: pwabuilder-cordova
[debug] pwabuilder : Creating the 'Cordova Platform' app...
[info ] cordova : Generating the Android Platform app(s)...
[info ] cordova : Creating the Cordova Platform project...
[debug] pid:28037 : Launching external process: '/tmp/pwatest/node_modules/.bin/cordova create cordova com.example.int MyApp'
[debug] pid:28037 :
[debug] pid:28037 : You have been opted out of telemetry. To change this, run: cordova telemetry on.
[debug] pid:28037 : App id contains a reserved word, or is not a valid identifier.
...
The text was updated successfully, but these errors were encountered:
When I run
pwabuilder https://int.example.com -p android
I get the errorApp id contains a reserved word, or is not a valid identifier.
from thecordova create
command. It appears that PWABuilder is using the reverse domain name of my site to generate the path, but cordova doesn't like it asint
is a reserved word in Java.From looking at the Cordova Create docs it seems Cordova doesn't care what this path as (as long as the directory doesn't exist), so I was wondering if there was (or could be created) an option to specify a packageName/path on the command line to avoid this issue?
Thanks for your time
P.S. Relevant logs captured with debug logging mode:
The text was updated successfully, but these errors were encountered: