Well, works for me just fine: ``` C:\Projects\experiments λ cordova create geolocationProof Creating a new cordova project.
C:\Projects\experiments λ cd geolocationProof\ C:\Projects\experiments\geolocationProof ([email protected]) λ cordova platform add [email protected] Using cordova-fetch for [email protected] Adding android project... Creating Cordova project for the Android platform: Path: platforms\android Package: io.cordova.hellocordova Name: HelloCordova Activity: MainActivity Android target: android-27 Android project created with [email protected] Android Studio project detected Android Studio project detected Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the project Installing "cordova-plugin-whitelist" for android This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in. Adding cordova-plugin-whitelist to package.json Saved plugin info for "cordova-plugin-whitelist" to config.xml --save flag or autosave detected Saving android@~7.1.1 into config.xml file ... C:\Projects\experiments\geolocationProof ([email protected]) λ cordova plugin add cordova-plugin-geolocation Installing "cordova-plugin-geolocation" for android Android Studio project detected Adding cordova-plugin-geolocation to package.json Saved plugin info for "cordova-plugin-geolocation" to config.xml ``` [ Full content available at: https://github.com/apache/cordova-plugin-geolocation/issues/116 ] This message was relayed via gitbox.apache.org for [email protected]
