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 has been archived by the owner on Jun 5, 2018. It is now read-only.
I got some crash report from users of my application with content like this:
android.content.res.Resources$NotFoundException: Resource ID #0x0
1 at android.content.res.Resources.getValue(Resources.java:892)
2 at android.content.res.Resources.getDrawable(Resources.java:580)
3 at android.widget.TextView$FunctionBar.(TextView.java:8181)
4 at android.widget.TextView.getInsertionController(TextView.java:9110)
5 at android.widget.TextView.onTouchEvent(TextView.java:6920)
6 at android.view.View.dispatchTouchEvent(View.java:3887)
7 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
8 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
9 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
10 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
11 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
12 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
13 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
14 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
15 at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1716)
16 at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1126)
17 at android.app.Dialog.dispatchTouchEvent(Dialog.java:642)
18 at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1700)
19 at android.view.ViewRoot.deliverPointerEvent(ViewRoot.java:2200)
20 at android.view.ViewRoot.handleMessage(ViewRoot.java:1884)
21 at android.os.Handler.dispatchMessage(Handler.java:99)
22 at android.os.Looper.loop(Looper.java:130)
23 at android.app.ActivityThread.main(ActivityThread.java:3685)
24 at java.lang.reflect.Method.invokeNative(Native Method)
25 at java.lang.reflect.Method.invoke(Method.java:507)
26 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:875)
27 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:633)
28 at dalvik.system.NativeStart.main(Native Method)
The application uses the latest version of the library to the repository.
This crash occurs when you press on the EditText and only on devices
Prestigio PAP3500 DUO and Prestigio PAP4020DUO with the version of Android 2.3.5.
Plz help me to resolve this problem.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got some crash report from users of my application with content like this:
android.content.res.Resources$NotFoundException: Resource ID #0x0
1 at android.content.res.Resources.getValue(Resources.java:892)
2 at android.content.res.Resources.getDrawable(Resources.java:580)
3 at android.widget.TextView$FunctionBar.(TextView.java:8181)
4 at android.widget.TextView.getInsertionController(TextView.java:9110)
5 at android.widget.TextView.onTouchEvent(TextView.java:6920)
6 at android.view.View.dispatchTouchEvent(View.java:3887)
7 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
8 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
9 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
10 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
11 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
12 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
13 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
14 at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
15 at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1716)
16 at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1126)
17 at android.app.Dialog.dispatchTouchEvent(Dialog.java:642)
18 at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1700)
19 at android.view.ViewRoot.deliverPointerEvent(ViewRoot.java:2200)
20 at android.view.ViewRoot.handleMessage(ViewRoot.java:1884)
21 at android.os.Handler.dispatchMessage(Handler.java:99)
22 at android.os.Looper.loop(Looper.java:130)
23 at android.app.ActivityThread.main(ActivityThread.java:3685)
24 at java.lang.reflect.Method.invokeNative(Native Method)
25 at java.lang.reflect.Method.invoke(Method.java:507)
26 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:875)
27 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:633)
28 at dalvik.system.NativeStart.main(Native Method)
The application uses the latest version of the library to the repository.
This crash occurs when you press on the EditText and only on devices
Prestigio PAP3500 DUO and Prestigio PAP4020DUO with the version of Android 2.3.5.
Plz help me to resolve this problem.
The text was updated successfully, but these errors were encountered: