0

After using Intel XDK to export my created Construct 2 game (CAPX) to Crosswalk for Android (APK), it seemed that it won't even open.

This is the error message I get:

enter link description here

  • The ADB logcat output would be helpful. Please follow this [guide](http://university.utest.com/android-debug-bridge-part-1-how-to-capture-logcat-files-using-adb/) to capture the logcat output and post it here. – Alexander Weggerle Jan 26 '15 at 12:04
  • Try running your app using the Debug tab. The Debug tab will run your app inside a Crosswalk WebView, just like your build, and it will give you a full Chrome DevTools console to work with. – xmnboy Jan 26 '15 at 22:12
  • Hi Alexander and xmnboy, I don't quite understand, sorry. – Genesis Emmanuel Gonzales Jan 28 '15 at 03:45
  • Hi Alexander, here are the logcats I got: https://www.dropbox.com/s/vbasj5ki0fxqml4/ellowoyld.txt?dl=0 , https://www.dropbox.com/s/merhavd6eocs7xw/20152801120200-logcat.txt?dl=0 . Any solution to my problem? – Genesis Emmanuel Gonzales Jan 28 '15 at 04:10

1 Answers1

0

check your CPU architecture (arm or x86) crosswalk contain 2 files 1 for arm processor and the other for x86 install the right for you . i have a tablet with arm processor when i install x86 it gives me same error message.

download an app called cpuz if want more details about your device

Sky Walker
  • 978
  • 1
  • 9
  • 22