i made an app wich work well on android 7. Now, it is on an oppo nero 6 with android 11 and crash when it does some calculations… the screen wich crash close and the app is back to screen 1.
The strange thing is that is works good with compagnon…and crash when i run it with the apk
Most probably the app get unresponsive if the calculation takes too long…
You might want to tell us more about that calculation you are doing…
There is an asynchronous procedure extension you could try…
An over app in kodular.
Before fenix, when i was exporting it in apk, the app was working good. Now, same app later, when i export the apk, it crash. Not when i open screen 1, but when i open the overs. I have changed nothing.
I found the culprit…the Switch crashes my application. whether it is activity or not, it is the same. when I take myself off, it no longer crashes. I do not understand why. have you encountered this problem since fenix or not very long ago when you compile your applications? if so, do you have a solution? Thank you for your help
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.
Hi, i found the problem wich was not in the blocks édition part but in the design one. Instead of be writen Switch on and Switch off, it was writen text off and text on.maybe he interprets this as empty ?..i don t know, but it works good now.