cordova-android-chromeview
cordova-android-chromeview copied to clipboard
Runtime Error involving JNI
I receive this when running the sample "myapp":
04-30 11:28:17.461: W/dalvikvm(14774): No implementation found for native
Lorg/chromium/android_webview/AwContents;.nativeInit:(
Lorg/chromium/android_webview/AwWebContentsDelegate;Lorg/chromium/android_webview/AwContentsClientBridge;
)I
Has anyone seen this? I have not compiled chrome for the chromeview project, but instead I am using it 'as is' from their repo.
Any help would be appreciated.
Thanks!