Software Archive
Read-only legacy content
17061 Discussions

Android Build refuses to install

Elie_A_
Beginner
328 Views

I work on the last version of Intel XDK under Cordova 5.1.1. Debugging is working on IOS and Android. IOS Build works but Android Build refuses to install. When I try to install it on device it says Version: N/A, Name: N/A, Package name: N/A (of course all these informations exist on intel XDK)

If someone can help me - Thank you

0 Kudos
3 Replies
John_H_Intel2
Employee
328 Views

How are you trying to install? ADB tools or via the email link?

What do the settings look for this app?

What is the OS of the device?

0 Kudos
Elie_A_
Beginner
328 Views

Thank you for your answer:

To install I just loaded the build created by XDK in my computer and then I copied it in my android device. After I use ES Explorateur to find the apk file and install it.

The OS of the device is : Android 4.4.4

the setting are :

ID : TsivotAppId.A1
Name : Mashpia
Description: Missions System for Tzivos Hashem
author: Tzivos Hashem
<access origin="*" launch-external="yes"/>

Plugins:

cordova-plugin-splashscreen version="2.1.0" 
cordova-plugin-inappbrowser version="1.0.1" 
intelxdk:value="intel.xdk.cache :version="1.2.2"
intelxdk:value="intel.xdk.file :version="1.2.2" 
intel.xdk.camera version="1.2.3" 
cordova-plugin-legacy-whitelist" :version="1.1.0"


"android-minSdkVersion" value="14"
"android-targetSdkVersion" value="21"

"android-installLocation" value="auto"/>
"Fullscreen" value="false"/>
"android-signed" value="true"/>
"splashscreen" value="splash"/>
 

0 Kudos
Elie_A_
Beginner
328 Views

IMPORTANT : 

under Cordova 4.1.2 (with plugins associated) it works

Under Cordova 5.1.1 it doesn't work

Thanks

0 Kudos
Reply