Software Archive
Read-only legacy content
17060 Discussions

Crosswalk Embedded Issue

Nick_B_2
Beginner
584 Views

I'm having some issues when I build with the CLI 5.1.1 with Crosswalk 15 Embedded. My understanding was that if I built with the embedded version the user would not be prompted to install the Crosswalk runtime because it would be embedded in the app already. However, even after I built with the embedded version of Crosswalk it is still prompting me to install the Crosswalk Runtime Library from Google Play?

 

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
584 Views

That's correct. I just did a test CW15 build and installed it on my phone. It did not request the library.

If you install the wrong architecture on your device (install x86 on ARM or install ARM on x86) you will get a request to install the library, so the proper architecture binaries are running on your device. My suspicion is you installed the wrong APK onto your device.

Download and install CPU-Z to determine what the architecture of your device is. If it says "Intel ..." in the SOC tab you have an x86 device. Otherwise, you have an ARM device. The ARM device SOC names are quite variable, here's an example from a Samsung S3:

Screenshot_2015-11-11-11-39-10.png

0 Kudos
Nick_B_2
Beginner
584 Views

Thank you! You were right!

0 Kudos
Reply