You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2018. It is now read-only.
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)