Node version: v10.23.1 Cordova version: 8.1.1 Config.xml file: <?xml version='1.0' encoding='utf-8'?> <widget id="it.cadoro.app" version="1.4.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>CADORO</name> <description> CADORO app </description> <author email="[email protected]" href="http://olojin.it/"> Olojin Srl. </author> <content src="index.html" /> <access origin="*" /> <access origin="cdvfile://*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> <allow-intent href="tel:*" /> <allow-intent href="sms:*" /> <allow-intent href="mailto:*" /> <allow-intent href="geo:*" /> <allow-intent href="maps:*" /> <allow-navigation href="http://*/*" /> <allow-navigation href="https://*/*" /> <allow-navigation href="maps://*/*" /> <universal-links> <ios-team-id value="629Z67775Y" /> <host name="*.cadoro.it" scheme="https"> <path event="landing" url="/landing/*" /> </host> <host name="cadoro.it" scheme="https"> <path event="landing" url="/landing/*" /> </host> <host name="*.cadoro.it" scheme="http"> <path event="landing" url="/landing/*" /> </host> <host name="cadoro.it" scheme="http"> <path event="landing" url="/landing/*" /> </host> </universal-links> <preference name="AutoHideSplashScreen" value="false" /> <preference name="auto-hide-splash-screen" value="false" /> <preference name="orientation" value="portrait" /> <preference name="webviewbounce" value="false" /> <preference name="UIWebViewBounce" value="false" /> <preference name="DisallowOverscroll" value="true" /> <preference name="BackupWebStorage" value="none" /> <preference name="Fullscreen" value="false" /> <preference name="SplashScreen" value="screen" /> <preference name="SplashScreenDelay" value="10000" /> <preference name="FadeSplashScreenDuration" value="500" /> <preference name="StatusBarOverlaysWebView" value="true" /> <preference name="StatusBarStyle" value="default" /> <preference name="android-build-tool" value="gradle" /> <preference name="android-compileSdkVersion" value="30" /> <preference name="android-targetSdkVersion" value="30" /> <platform name="android"> <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" /> <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" /> <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" /> <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" /> <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" /> <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" /> <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" /> <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" /> <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" /> <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" /> <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" /> <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> </platform> <platform name="ios"> <icon height="57" src="resources/ios/icon/icon.png" width="57" /> <icon height="114" src="resources/ios/icon/[email protected]" width="114" /> <icon height="40" src="resources/ios/icon/icon-40.png" width="40" /> <icon height="80" src="resources/ios/icon/[email protected]" width="80" /> <icon height="120" src="resources/ios/icon/[email protected]" width="120" /> <icon height="50" src="resources/ios/icon/icon-50.png" width="50" /> <icon height="100" src="resources/ios/icon/[email protected]" width="100" /> <icon height="60" src="resources/ios/icon/icon-60.png" width="60" /> <icon height="120" src="resources/ios/icon/[email protected]" width="120" /> <icon height="180" src="resources/ios/icon/[email protected]" width="180" /> <icon height="72" src="resources/ios/icon/icon-72.png" width="72" /> <icon height="144" src="resources/ios/icon/[email protected]" width="144" /> <icon height="76" src="resources/ios/icon/icon-76.png" width="76" /> <icon height="152" src="resources/ios/icon/[email protected]" width="152" /> <icon height="167" src="resources/ios/icon/[email protected]" width="167" /> <icon height="29" src="resources/ios/icon/icon-small.png" width="29" /> <icon height="58" src="resources/ios/icon/[email protected]" width="58" /> <icon height="87" src="resources/ios/icon/[email protected]" width="87" /> <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" /> <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" /> <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" /> <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" /> <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" /> <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" /> <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" /> </platform> <icon src="resources/android/icon/drawable-xhdpi-icon.png" /> <plugin name="com.unarin.cordova.beacon" spec="*" /> <plugin name="cordova-android-firebase-gradle-release" spec="~3.0.0"> <variable name="FIREBASE_VERSION" value="15.+" /> </plugin> <plugin name="cordova-android-play-services-gradle-release" spec="~1.4.4"> <variable name="ANDROID_SUPPORT_VERSION" value="11.+" /> <variable name="PLAY_SERVICES_VERSION" value="15.+" /> </plugin> <plugin name="cordova-android-support-gradle-release" spec="~1.4.5"> <variable name="ANDROID_SUPPORT_VERSION" value="27.+" /> </plugin> <plugin name="cordova-plugin-android-permissions" spec="*" /> <plugin name="cordova-plugin-app-version" spec="*" /> <plugin name="cordova-plugin-compat" spec="~1.2.0" /> <plugin name="cordova-plugin-console" spec="*" /> <plugin name="cordova-plugin-crosswalk-webview" spec="*"> <variable name="XWALK_VERSION" value="23+" /> <variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" /> <variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect" /> <variable name="XWALK_MODE" value="embedded" /> <variable name="XWALK_MULTIPLEAPK" value="true" /> </plugin> <plugin name="cordova-plugin-device" spec="*" /> <plugin name="cordova-plugin-file" spec="*" /> <plugin name="cordova-plugin-file-transfer" spec="*" /> <plugin name="cordova-plugin-firebase" spec="~2.0.5" /> <plugin name="cordova-plugin-geolocation" spec="*"> <variable name="GEOLOCATION_USAGE_DESCRIPTION" value="CADORO vorrebbe conoscere la tua posizione per mostrarti i punti vendita piĆ¹ vicini a te." /> </plugin> <plugin name="cordova-plugin-inappbrowser" spec="*" /> <plugin name="cordova-plugin-nativestorage" spec="~2.3.2" /> <plugin name="cordova-plugin-splashscreen" spec="*" /> <plugin name="cordova-plugin-statusbar" spec="*" /> <plugin name="cordova-plugin-whitelist" spec="*" /> <plugin name="cordova-universal-links-plugin" spec="~1.2.1" /> <plugin name="de.appplant.cordova.plugin.local-notification" spec="https://github.com/katzer/cordova-plugin-local-notifications.git" /> <plugin name="ionic-plugin-keyboard" spec="*" /> <plugin name="phonegap-plugin-barcodescanner" spec="~6.0.8"> <variable name="CAMERA_USAGE_DESCRIPTION" value=" " /> </plugin> <engine name="ios" spec="~4.4.0" /> <engine name="android" spec="^7.1.4" /> </widget> Plugins: com.unarin.cordova.beacon,cordova-android-firebase-gradle-release,cordova-android-play-services-gradle-release,cordova-android-support-gradle-release,cordova-plugin-android-permissions,cordova-plugin-app-version,cordova-plugin-badge,cordova-plugin-compat,cordova-plugin-console,cordova-plugin-crosswalk-webview,cordova-plugin-device,cordova-plugin-file,cordova-plugin-file-transfer,cordova-plugin-firebase,cordova-plugin-geolocation,cordova-plugin-inappbrowser,cordova-plugin-local-notification,cordova-plugin-nativestorage,cordova-plugin-splashscreen,cordova-plugin-statusbar,cordova-plugin-whitelist,cordova-universal-links-plugin,ionic-plugin-keyboard,phonegap-plugin-barcodescanner Android platform: ************************************************************************* The "android" command is deprecated. For manual SDK, AVD, and project management, please use Android Studio. For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager ************************************************************************* Running /Users/developer02/Library/Android/sdk/tools/bin/avdmanager list target Loading local repository... [========= ] 25% Loading local repository... [========= ] 25% Fetch remote repository... [========= ] 25% Fetch remote repository... [========= ] 25% Fetch remote repository... [=======================================] 100% Fetch remote repository... Available Android targets: ---------- id: 1 or "android-19" Name: Android API 19 Type: Platform API level: 19 Revision: 4 ---------- id: 2 or "android-21" Name: Android API 21 Type: Platform API level: 21 Revision: 2 ---------- id: 3 or "android-22" Name: Android API 22 Type: Platform API level: 22 Revision: 2 ---------- id: 4 or "android-23" Name: Android API 23 Type: Platform API level: 23 Revision: 3 ---------- id: 5 or "android-25" Name: Android API 25 Type: Platform API level: 25 Revision: 3 ---------- id: 6 or "android-26" Name: Android API 26 Type: Platform API level: 26 Revision: 2 ---------- id: 7 or "android-27" Name: Android API 27 Type: Platform API level: 27 Revision: 3 ---------- id: 8 or "android-28" Name: Android API 28 Type: Platform API level: 28 Revision: 6