Bug? Log issue

Mehrzad238

Active Member
I just got this error:

B4X:
at android.view.ViewGroup.resetResolvedLayoutDirection(ViewGroup.java.7815)

But after some time, even after I stopped running the compiler, I close B4A and open it; it's fine, and then when I run to test my app, it starts again and won't let me see what is going on. It just comes.

I searched aparently it a universal bug, and I do not think it relate with B4A specifically, but it's bothering me and won't let me work. I need a fix asap.
 

Attachments

  • 1786702882668.png
    1786702882668.png
    31.2 KB · Views: 27
  • 1786702895084.png
    1786702895084.png
    112.9 KB · Views: 26

Cableguy

Expert
Licensed User
Longtime User
well, without a small example for us to test and figure out, we can't do nothing to help you out
 

Peter Simpson

Expert
Licensed User
Longtime User
Well that's a classic Stack Overflow Error if I've ever seen on. Looks like you have a recursive layout loading issue, you should check for that. Bat as @Cableguy said, a small example would help.

Or, you could export your code as a code bundle with the error message and screenshot directly into an AI, and see if the AI gives you the answer. That's what Erel created the code bundle for, to help developers with their issues.

I've not used code bundle for that though, but it should work for you. It it does work and you fix the issue, don't forget to post what the fix was.
 

teddybear

Well-Known Member
Licensed User
This is not a bug. Another app that threw this error during your last debugging session is still running on your device. Press the Recents/Overview button, find it, and swipe to clear it—the error should disappear.
 
Top