Skip to content

Instantly share code, notes, and snippets.

@GiorgioNatili
Created October 30, 2015 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GiorgioNatili/7ce172839d5422844ac6 to your computer and use it in GitHub Desktop.
Save GiorgioNatili/7ce172839d5422844ac6 to your computer and use it in GitHub Desktop.
10-30 13:14:31.079: W/System.err(9652): java.lang.IncompatibleClassChangeError: The method 'void org.apache.cordova.CordovaWebView.sendPluginResult(org.apache.cordova.PluginResult, java.lang.String)' was expected to be of type interface but instead was found to be of type virtual (declaration of 'java.lang.reflect.ArtMethod' appears in /system/framework/core-libart.jar)
10-30 13:14:31.081: W/System.err(9652): at org.apache.cordova.CallbackContext.sendPluginResult(CallbackContext.java:63)
10-30 13:14:31.081: W/System.err(9652): at org.apache.cordova.App.execute(App.java:119)
10-30 13:14:31.081: W/System.err(9652): at org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:84)
10-30 13:14:31.082: W/System.err(9652): at org.apache.cordova.PluginManager.exec(PluginManager.java:151)
10-30 13:14:31.082: W/System.err(9652): at org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:63)
10-30 13:14:31.082: W/System.err(9652): at org.apache.cordova.ExposedJsApi.exec(ExposedJsApi.java:40)
10-30 13:14:31.082: W/System.err(9652): at org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
10-30 13:14:31.082: W/System.err(9652): at org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:37)
10-30 13:14:31.082: W/System.err(9652): at android.os.Handler.dispatchMessage(Handler.java:102)
10-30 13:14:31.082: W/System.err(9652): at android.os.Looper.loop(Looper.java:135)
10-30 13:14:31.082: W/System.err(9652): at android.os.HandlerThread.run(HandlerThread.java:61)
10-30 13:14:31.307: W/cr.BindingManager(9652): Cannot call determinedVisibility() - never saw a connection for the pid: 9652
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment