- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've upgraded the Intel XDK to the new version 3088 and I can't get valid apk. When I build signed project and I try to install the apk I get "App not installed" error, when I build not-signed project I get "Parse error There was a problem parsing the package" instead of istall. (I've tried to build new projects and old projects converted to CLI 5.4.1)
What can be the problem?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Paul F. (Intel) wrote:
Olga -- only signed APKs can be installed on a device, even if you are only side-loading for testing.
So what about all the builds that I did with previous version of the Intel XDK? I didn't use signed builds and I had no problems with the installations
Paul F. (Intel) wrote:
What version of Android are you attempting to install onto?
Nexsus 5 with Android 6.0.1 and Samsung Galaxy 3 with Android 4.4.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may need to uninstall the old app on your device to install the new one. There is also a change in the way version codes are calculated for Crosswalk and Android builds when you go from CLI 4.1.2 to CLI 5.x. See this article > https://software.intel.com/en-us/xdk/articles/android-and-crosswalk-cordova-version-code-issues < for more information.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Olga -- only signed APKs can be installed on a device, even if you are only side-loading for testing.
What version of Android are you attempting to install onto? There is a signing issue in the build system that prevents good builds from installing on devices. See this post for details > https://software.intel.com/en-us/forums/intel-xdk/topic/622990
I'm not positive that the above is the problem, but I have a suspicion that is the problem.