S
S
sky31072017-04-21 11:50:15
Mobile development
sky3107, 2017-04-21 11:50:15

Intel XDK application availability in Google Play Market?

Good afternoon!
My first application was built in the Intel XDK program and published on Google. BUT! I can’t put it on my phone, it says “The application is incompatible with your device.”, although it becomes possible through a regular USB that sparks fly and everything works fine ... But, with the Play Market it does not become at all ...
How can this be overcome, to at least get on my phone from there?

<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="com.building.online.hub" version="1.0.0" android-versionCode="7">
<!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost.           -->
<!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.-->
<intelxdk:version value="1.1"/>
<intelxdk:cordova-cli version="6.2.0"/>
<name>Building online hub</name>
<description>Innovation hub goods &amp; services</description>
<author>Reclamare</author>
<content src="index.html"/>
<access origin="*"/>
<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="market:*"/>
<icon platform="android" src="package-assets/icon_mob_app.png" density="xhdpi" width="96" height="96"/>
<icon platform="android" src="package-assets/icon_mob_app36x36.png" density="ldpi" width="36" height="36"/>
<icon platform="android" src="package-assets/icon_mob_app48x48.png" density="mdpi" width="48" height="48"/>
<icon platform="android" src="package-assets/icon_mob_app72x72.png" density="hdpi" width="72" height="72"/>
<splash platform="android" src="package-assets/splash_320_426.png" density="ldpi" width="320" height="426" orientation="portrait"/>
<splash platform="android" src="package-assets/splash_320_470.png" density="mdpi" width="320" height="470" orientation="portrait"/>
<splash platform="android" src="package-assets/splash_480_640.png" density="hdpi" width="480" height="640" orientation="portrait"/>
<splash platform="android" src="package-assets/splash_720_960.png" density="xhdpi" width="720" height="960" orientation="portrait"/>
<splash platform="android" src="package-assets/splash_426_320.png" density="ldpi" width="426" height="320" orientation="landscape"/>
<splash platform="android" src="package-assets/splash_470_320.png" density="mdpi" width="470" height="320" orientation="landscape"/>
<splash platform="android" src="package-assets/splash_960_720.png" density="xhdpi" width="960" height="720" orientation="landscape"/>
<splash platform="android" src="package-assets/splash_640_480.png" density="hdpi" width="640" height="480" orientation="landscape"/>
<intelxdk:plugin intelxdk:name="StatusBar" intelxdk:value="cordova-plugin-statusbar" intelxdk:version="2.1.3" intelxdk:checksum="c0146fbc" intelxdk:type="file"/>
<intelxdk:plugin intelxdk:name="Device" intelxdk:value="cordova-plugin-device" intelxdk:version="1.1.2" intelxdk:checksum="2373ccea" intelxdk:type="file"/>
<intelxdk:plugin intelxdk:name="Splashscreen" intelxdk:value="cordova-plugin-splashscreen" intelxdk:version="3.2.2" intelxdk:checksum="47137083" intelxdk:type="file"/>
<intelxdk:plugin intelxdk:name="OneSignal Push Notifications PGB Compat" intelxdk:value="onesignal-cordova-plugin-pgb-compat" intelxdk:version="2.0.10" intelxdk:checksum="b0b029a" intelxdk:type="file"/>
<intelxdk:plugin intelxdk:name="OneSignal Android Dependencies" intelxdk:value="onesignal-cordova-dependencies-compat" intelxdk:version="1.0.0" intelxdk:checksum="9a4a5206" intelxdk:type="file"/>
<intelxdk:plugin intelxdk:name="Cordova Network Whitelist Plugin (added by Intel XDK)" intelxdk:value="cordova-plugin-whitelist" intelxdk:version="1.2.2"/>
<preference name="android-minSdkVersion" value="14"/>
<preference name="android-targetSdkVersion" value="21"/>
<preference name="android-installLocation" value="auto"/>
<preference name="android-signed" value="true"/>
<preference name="Fullscreen" value="false"/>
<intelxdk:crosswalk version="19"/>
<preference name="splashscreen" value="splash"/>
<!--creationInfo:{"src":"jsapp/template-blank-cordova-project-lite/sample.zip","projectTypeName":"com.intel.xdk.projecttype.jsapp"}-->
<preference name="debuggable" value="false"/>
<platform name="ios">
    <!-- below requires the splash screen plugin -->
    <!-- docs: https://github.com/apache/cordova-plugin-splashscreen -->
    <preference name="AutoHideSplashScreen" value="true"/>
    <preference name="FadeSplashScreen" value="false"/>
    <preference name="FadeSplashScreenDuration" value="2"/>
    <preference name="ShowSplashScreenSpinner" value="false"/>

    <!-- below requires the status bar plugin -->
    <!-- docs: https://github.com/apache/cordova-plugin-statusbar -->
    <!-- see http://devgirl.org/2014/07/31/phonegap-developers-guid -->
    <preference name="StatusBarOverlaysWebView" value="false"/>
    <preference name="StatusBarBackgroundColor" value="#000000"/>
    <preference name="StatusBarStyle" value="lightcontent"/>
</platform>
<platform name="android">
    <!-- below requires the splash screen plugin -->
    <!-- docs: https://github.com/apache/cordova-plugin-splashscreen -->
    <preference name="SplashMaintainAspectRatio" value="false"/>
</platform>
<intelxdk:crosswalk xmlns:intelxdk="http://xdk.intel.com/ns/v1" xwalk-command-line="--disable-pull-to-refresh-effect"/>
<intelxdk:crosswalk xmlns:intelxdk="http://xdk.intel.com/ns/v1" xwalk-command-line="--ignore-gpu-blacklist"/></widget>

It's in the intelxdk.config.andriod.xml file...
Thanks in advance for your help

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question