Hi all !
I have a problem with most of my apps. A crash problem when opening.
I noticed that when I went to a new screen, and from this screen I left the application, the next opening of the application crashed. I have to reopen again for it to work.
See the video:
Here are the blocks I use:
And here is the APK file for the test:
Uploading: test_crash.apk…
What am I doing wrong to make this bug?
After choosing, why do you need to close screen? just close application instead.
Because some time ago I read that it was a so-called “clean” method to quit an application
I just tried it, and I have the exact same problem.
No, you only use it for switching screen. meanwhile, it should be like this
1 Like
sorry, that should be switch screen procedure not close application.
Let me take a quick look at your app
Anu10
(Anu)
June 22, 2022, 6:57pm
#11
To make it simple, if using Tribblehunter method as you are doing, then don’t use the close application block, use only close block on all of your screens
Remove close application block from screen 2
test_crash2.aia (4.0 KB)
test_crash.apk (5.3 MB)
1 Like
I was just thinking about it too. it could be that screen 1 is not fully closed thats why when you open it again it crash.
Are there any other methods if not?
system
(system)
Closed
July 22, 2022, 7:04pm
#15
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.