Software Archive
Read-only legacy content
17061 Discussions

Crosswalk project runtime not found, even with embedded chosen.

Nathan_B_
Beginner
841 Views

I'm having some issues with intelXDK projects giving me an issue with xwalk runtime.

crosswalk project runtime not found

App requires the Crosswalk projectruntime to work. Please install it from the application store, then restart App.

However, I have the embedded option chosen, 

So I'm not sure why this is occurring. The app size is also about 20 extra mbs when exported with XDK so it's definitly packaging something. Has anyone else had this problem or knows of a solution? Thanks!

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
841 Views

This is probably because you are installing the wrong architecture app onto your device. The x86 build should be installed onto x86 devices and the ARM build should be installed on ARM devices. The version codes in the two files are designed so you can submit both to the Google store and the right one will be delivered to the right device. Also, if an ARM build gets accidentally installed onto an x86 device the app will automatically prompt the user to download and install the shared Crosswalk library from the Google Play store.

0 Kudos
Reply