hello, im trying to do a who famous person am i quiz. So I did this thing with adding to a variable the same number for each asnwer you choose that belongs to that famous person. This works great, but when I compile the apk, in some screens I get this error. I dont know what to do. I'll link some screenshots of the code, specifically where I get this message.
This last picture belongs to the first screen. The first picture is the first screen where i get the message. Regardless of the errors i get, the program works perfectly fine. But I have to present this app and I dont want to get in trouble
I didnt add it but on the 2nd screen (the first one is just introduction), i define "resultados" as 0, so idk where the problem is actually.
If someone needs it, I can pass down the aia file
no! I have used it. But I didn't show it bc its too many screens. But i've been passing the value since screen 2, where it stsrts as 0. I'll try to start it since screen 1 too. I dont think its going to make a change anyways, in screen 1 nothing happens so
The value im passing down on the variables is the same. Im sorry i don't understand the mistake, i dont have anyone to talk about this. What should I do? The TinyDb doesn't work for what I intend to do. Besides, this error only appears in certain screens, in the rest (where the code is the same) it doesnt happen
I edited my previous answer where I tell you where I used it. It's true that it could be one of the issues, even though in the first screen nothing happens and it's just an introduction. On the following screens, I always use the start value on thw initializing screen and to define the variables.
However i'll try it out. I can send you the file if you want to check it out