0% found this document useful (0 votes)
40 views1 page

Fvlog

An android.content.res.Resources$NotFoundException occurred when trying to get the string resource with ID #0x0 at Resources.java line 480. This happened when trying to get a string at Context.java line 775 in the FooAccessibilityService class. The exception originated from an accessibility event callback in the FooAccessibilityService.

Uploaded by

curselord.sukuna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Fvlog

An android.content.res.Resources$NotFoundException occurred when trying to get the string resource with ID #0x0 at Resources.java line 480. This happened when trying to get a string at Context.java line 775 in the FooAccessibilityService class. The exception originated from an accessibility event callback in the FooAccessibilityService.

Uploaded by

curselord.sukuna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

android.content.res.

Resources$NotFoundException: String resource ID #0x0


at android.content.res.Resources.getText(Resources.java:480)
at android.content.res.MiuiResources.getText(MiuiResources.java:106)
at android.content.res.Resources.getString(Resources.java:573)
at android.content.Context.getString(Context.java:775)
at
com.fooview.android.fooview.fvprocess.FooAccessibilityService.t(FooAccessibilitySer
vice.java:67)
at
com.fooview.android.fooview.fvprocess.FooAccessibilityService.D0(FooAccessibilitySe
rvice.java:405)
at
com.fooview.android.fooview.fvprocess.FooAccessibilityService.onAccessibilityEvent(
FooAccessibilityService.java:15)
at
com.fooview.android.fooview.fvprocess.FooAccessibilityServiceAdv.onAccessibilityEve
nt(FooAccessibilityServiceAdv.java:1)
at
android.accessibilityservice.AccessibilityService$2.onAccessibilityEvent(Accessibil
ityService.java:2654)
at
android.accessibilityservice.AccessibilityService$IAccessibilityServiceClientWrappe
r.executeMessage(AccessibilityService.java:2979)
at
com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44
)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:211)
at android.os.Looper.loop(Looper.java:300)
at android.app.ActivityThread.main(ActivityThread.java:8410)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)

You might also like