Software Archive
Read-only legacy content
17061 Discussions

Android "App Fail to Install"

Man_Tsung_C_
Beginner
463 Views

Helllo everyone!

Recently, I have used Construct 2 to generate a HTML 5 document, and hope to turn it to Android app using Intel XDK. The APK file was successfully built using Intel XDK, but it failed to install on several different mobiles, including Samsung Galaxy Ace, Samsung Galaxy Note 2, Sony Xperia Z5.

The app was able to be previewed using the emulator in Intel XDK, but it comes out not being able to read by the mobile. I have already set the "minimum API" to 14 and "target API" to 14, but still can't solve the problem. The App ID is "mtr.acc.v001", and the version of the XDK is 3088. Anyone knows how to deal with the situation? Thankyou!

0 Kudos
6 Replies
Dale_S_Intel
Employee
463 Views

Does it work in the debug tab with a usb connnected Android device?

 

0 Kudos
Man_Tsung_C_
Beginner
463 Views

No, the mobile just keep on showing the screen "Intel App Peview".

0 Kudos
PaulF_IntelCorp
Employee
463 Views

Is the "signed" box checked in the Build settings? Can you run the app with the Debug tab?

0 Kudos
Man_Tsung_C_
Beginner
463 Views

The app can be previewed using my mobile phone and the emulator in XDK.

I have unchecked the 'Signed" box, everything goes on smoothly.

But the app just cannot install on those android devices.

0 Kudos
PaulF_IntelCorp
Employee
463 Views

You must CHECK the signed box to install it on a device. You should only uncheck that box if you wish to sign it yourself, which is only done in unusual cases.

0 Kudos
Enrique_M_
Beginner
463 Views

You must check in Build Settings/Install Location/internalOnly

0 Kudos
Reply