"Bad arguments to " when running APK version (not in Companion)

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?

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.

export_and_upload_aia

.

Look for where you multiply (*) in Screen2 and trace back how its inputs got their values to be blank instead of numbers.

Snark_tumascotapasivoagresiva_1.aia (679.3 KB)

You copied blocks into Screen2 without copying in the global inits for all the global variables.

You also ignored warnings and errors.

2 Likes

Oh, Thanks ABG!

Also, if you are dividing by 100, you should use width per cent, not width.