I've upgraded the Intel XDK for the new version and I can't get valid app during the build. I've tried to build 3 different Android projects:
- my old project that was build well before the upgrade
- new Intel XDK project old Cordova export
- "new Intel XDK project format"
When I build any of the projects signed I get "App not installed" error, when I build them not signed I even can't install them, I get "Parse error There was a problem parsing the package"
What can be the problem?
olkina -- There was a change in the way the versionCode is calculated on Android builds when going from CLI 4.1.2 to CLI 5.x. This is a Cordova change, not an XDK change. There is an article describing it here (search for "intel xdk version code problems").
Did you try uninstalling the prior version of the app on your device and then install?
Another issue could be due to the fact that on some older devices (mostly Android 4.0-4.2) there is a problem that these devices cannot read the signature being applied with our new build system. That is being worked on, but that could also be the source of the problem. There is an FAQ regarding this issue located here:
software.intel.com/en-us/forums / intel-xdk/topic/622990
NOTE: Remove the extra spaces between forums and intel in the URL above to get the complete URL. I don't have enough points to post a URL.