When I run the APK version of my app (not using the companion), I get this error as soon as Screen2 opens:
Then it forces me to press “End Application” and I can’t continue. ¿What i can do about this?
When I run the APK version of my app (not using the companion), I get this error as soon as Screen2 opens:
(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.
.
Look for where you multiply (*) in Screen2 and trace back how its inputs got their values to be blank instead of numbers.
You copied blocks into Screen2 without copying in the global inits for all the global variables.
You also ignored warnings and errors.
Oh, Thanks ABG!
Also, if you are dividing by 100, you should use width per cent, not width.