java.lang.RuntimeException: Unable to start activity ComponentInfo{yinote.android/yinote.android.noteedit.NoteEditActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class org.xwalk.core.XWalkView
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via crosswalk-project.org by Unknown author, 1 year ago
via JIRA by 路辉, 1 year ago
via JIRA by 路辉, 1 year ago
via Stack Overflow by Евгений Осипов
, 2 years agovia GitHub by riddhishah1989
, 1 year agovia Stack Overflow by zoey
, 2 years agoandroid.content.res.Resources$NotFoundException: String resource ID #0x0
at android.content.res.Resources.getText(Resources.java:237)
at android.content.res.Resources.getString(Resources.java:321)
at android.content.Context.getString(Context.java:327)
at org.xwalk.core.internal.XWalkUIClientInternal.initResources(Unknown Source)
at org.xwalk.core.internal.XWalkUIClientInternal.
(Unknown Source) at org.xwalk.core.internal.XWalkViewInternal.initXWalkContent(Unknown Source)
at org.xwalk.core.internal.XWalkViewInternal.init(Unknown Source)
at org.xwalk.core.internal.XWalkViewInternal.
(Unknown Source) at org.xwalk.core.internal.XWalkViewBridge.
(Unknown Source) at java.lang.reflect.Constructor.constructNative(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
at org.xwalk.core.ReflectionHelper.createInstance(Unknown Source)
at org.xwalk.core.XWalkView.
(Unknown Source) at java.lang.reflect.Constructor.constructNative(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
at android.view.LayoutInflater.createView(LayoutInflater.java:587)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:687)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)
at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at android.view.View.inflate(View.java:16556)
at yinote.android.noteedit.EditMainViewGroup.
(Unknown Source) at yinote.android.noteedit.EditMainViewGroup.
(Unknown Source) at yinote.android.noteedit.be.
(Unknown Source) at yinote.android.noteedit.NoteEditActivity.onCreate(Unknown Source)
at android.app.Activity.performCreate(Activity.java:5122)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1081)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2270)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2358)
at android.app.ActivityThread.access$600(ActivityThread.java:156)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1340)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:153)
at android.app.ActivityThread.main(ActivityThread.java:5299)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)