-
Notifications
You must be signed in to change notification settings - Fork 437
java.lang.NoClassDefFoundError: org.chromium.content.R$string #52
Comments
Could it be your directories are not setup properly? It is not entirely the same but maybe it gives you a hint looking at the directories. |
Thanks for the quick response! I don't think that's it though. My gut is telling me that I might be missing a step with Chromium... Do I need to do a build of the Chromium stuff? |
And you followed this step? |
I did. And I think it gets deployed... More from logcat: 03-23 13:53:06.010 965-965/? I/LibraryLoader﹕ loading: webviewchromium Then the exception above. |
I cannot help you any further :-( I am in this case a simple bystander hoping I could help you out. We must wait on the owner of this project. |
For me the library loads too but returns an java.lang.UnsatisfiedLinkError: Native method not found: org.chromium.content.app.LibraryLoader.nativeLibraryLoaded:([Ljava/lang/String;)I To me this looks like an incompatibility between the PAK and the hooking into the Android Java Code. Perhaps something was changed on either side of that interface and now the method is no longer accessible through JNDI. |
Using Intellij IDEA 13.1.1
I'm at a loss on this one... Can anyone point me in the right direction? Thanks!
Maybe something needs to be changed with the chromium code?
Is it my IDE?
This exception is thrown when I call ChromeView cv = new ChromeView(this):
java.lang.NoClassDefFoundError: org.chromium.content.R$string
at org.chromium.content.browser.ContentViewCore.initialize(ContentViewCore.java:661)
at org.chromium.android_webview.AwContents.createAndInitializeContentViewCore(AwContents.java:334)
at org.chromium.android_webview.AwContents.(AwContents.java:369)
at org.chromium.android_webview.AwContents.(AwContents.java:322)
at us.costan.chrome.ChromeView.(ChromeView.java:90)
at us.costan.chrome.ChromeView.(ChromeView.java:62)
at net.hidden.hidden.MainActivity.initUI(MainActivity.java:244)
at net.hidden.hidden.MainActivity.onCreate(MainActivity.java:131)
at android.app.Activity.performCreate(Activity.java:5372)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1104)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2267)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2359)
at android.app.ActivityThread.access$700(ActivityThread.java:165)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1326)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5455)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1187)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: