Android Question Frequent error from some devices with Android 5.1+

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!
I see to the console of Google Play this error very frequently:
B4X:
android.content.res.Resources$NotFoundException:
  at android.content.res.Resources.getResourceName (Resources.java:3357)
  at android.app.FragmentManagerImpl.moveToState (FragmentManager.java:896)
  at android.app.FragmentManagerImpl.moveToState (FragmentManager.java:1082)
  at android.app.BackStackRecord.run (BackStackRecord.java:834)
  at android.app.FragmentManagerImpl.execPendingActions (FragmentManager.java:1467)
  at android.app.FragmentManagerImpl$1.run (FragmentManager.java:452)
  at android.os.Handler.handleCallback (Handler.java:739)
  at android.os.Handler.dispatchMessage (Handler.java:95)
  at android.os.Looper.loop (Looper.java:145)
  at android.app.ActivityThread.main (ActivityThread.java:6862)
  at java.lang.reflect.Method.invoke (Native Method)
  at java.lang.reflect.Method.invoke (Method.java:372)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1404)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1199)
Any idea what is it?

Thank you in advance.
 

vfafou

Well-Known Member
Licensed User
Longtime User
Hello, Erel!
Thank you for your response!
In some cases, I BringToFront the panel containing the map.
After the previous thread you've responded, I've removed the Visible = False/True and I move the panel containing all the objects of this tab page out of the borders of the page, if I need to hide it!
 
Upvote 0
Top