i tried to deploy my app to an android phone this app works fine but when it comes to the page where the user choose to take quiz or case study the button cant be press and then it turns black. why does on the simulator it works fine?? could this be fix?
You are probably loading a file where the case of the file is different from the case in the code. For example display.newImage(“thing.png”), when the real file is called T hing.png. This would work on the (Windows) simulator but not on the device.
when I change the image it doesn’t work but when i change the gotoScene directory lua it works on device. I think the problem is the scene where I supposed to go
You are probably loading a file where the case of the file is different from the case in the code. For example display.newImage(“thing.png”), when the real file is called T hing.png. This would work on the (Windows) simulator but not on the device.
when I change the image it doesn’t work but when i change the gotoScene directory lua it works on device. I think the problem is the scene where I supposed to go