Hello everyone,
I made a game that I exported as an app for android with Intel XDK and I'm getting a couple of errors, maybe you can help me out.
java.lang.NoClassDefFoundError: org.chromium.base.ApplicationStatus$2 - 9 occurrences
java.lang.NoClassDefFoundError: org.chromium.base.ApplicationStatus$2 at org.chromium.base.ApplicationStatus.initialize(ApplicationStatus.java:130) at org.chromium.base.ApplicationStatusManager.init(ApplicationStatusManager.java:32) at org.xwalk.core.XWalkViewDelegate.init(XWalkViewDelegate.java:87) at org.xwalk.core.XWalkView.init(XWalkView.java:124) at org.xwalk.core.XWalkView.<init>(XWalkView.java:88) at org.apache.cordova.CordovaWebView.<init>(CordovaWebView.java:145) at org.apache.cordova.CordovaActivity.makeWebView(CordovaActivity.java:275) at org.apache.cordova.CordovaActivity.init(CordovaActivity.java:310) at com.alvarop.gamebuild.Gamebuild.onCreate(RetroNinja.java:31) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1072) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1785) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1842) at android.app.ActivityThread.access$1500(ActivityThread.java:132) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1038) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:150) at android.app.ActivityThread.main(ActivityThread.java:4263) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) at al.system.NativeStart.main(Native Method)