Hello,
I got an error report from Google Play. The person is using a Motorola Moto G Plus (5th Gen), 2048MB RAM, Android 7.0.
The user claims the app crashes as soon as he presses on a TextInput field to enter text.
The app doesn't crash on the half a dozen phones and tablets I have tested on (mostly Samsung and LG although one Chinese Android 7.0 phone)
The crash report I received from Google Play is:
android.content.res.Resources$NotFoundException:
at android.content.res.ResourcesImpl.getValue (ResourcesImpl.java:190)
at android.content.res.Resources.loadXmlResourceParser (Resources.java:2094)
at android.content.res.Resources.getLayout (Resources.java:1111)
at android.view.LayoutInflater.inflate (LayoutInflater.java:424)
at android.view.LayoutInflater.inflate (LayoutInflater.java:377)
at android.widget.Editor$SuggestionsPopupWindow.initContentView (Editor.java:3358)
at android.widget.Editor$PinnedPopupWindow.<init> (Editor.java:3040)
at android.widget.Editor$SuggestionsPopupWindow.<init> (Editor.java:3324)
at android.widget.Editor.replace (Editor.java:356)
at android.widget.Editor$3.run (Editor.java:2129)
at android.os.Handler.handleCallback (Handler.java:751)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6123)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:867)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:757)
To me this looks like it is looking for a specific resource in an XML file.
Can anyone explain, at a glance, what causes this error. This is the only phone for which I have received a crash report.
Thanks,
Barry.