Android Question I have 2 apps that use the timer and occasionally generate a divide by 0 exception.

wwregistry

Member
Licensed User
Longtime User
I have 2 apps that use the timer and occasionally generate a divide by 0 exception. The happens usually when the app is starting. It's not systematic.
 

derez

Expert
Licensed User
Longtime User
I noticed that i is given a value in timerstart which is called by buttons click, while the timer ticks with i=i+..
Give i value in the global declarations, may be this is the cause.
When you zip an application, use File-Export as zip, then you will have the layout in the file as well.
 
Upvote 0
Top