I found several problems that Corona SDK. They have not solved any. Now I found a new one:
Try to write this code:
A = math.random (5, 99)
Hello = display.newText (A, 326, 245, Nil, 35)
Hello: SetTextColor (255,255,255)
I must be doing something wrong because you should see a number between 5 and 99. But, when running the program on the device, always shows the number 5.
You must start the program, close it and restart it. He always repeats the same.
Should not show any other number? In the simulator it does, on the device, no.