I downloaded the most recent daily build and when I built for Android and uploaded to my device I am getting a black screen now. I made no changes to the code and it was working fine with daily build 2013.1206. I tried to go back to build 2013.1206 but when I build I am still getting a black screen. I downloaded my app on the google play store and it works fine so I’m not sure what is going on. Please help.
Please paste the console output
If you don’t know how to get that console output, please refer to: http://www.coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/
Build 1207 includes the new Transitions 2.0 and Easings 2.0 libraries. There are a few changes in there that are biting some people. For instance, you have to provide a time. Also if you try to transition a nil object, it used to let you (well it wouldn’t do anything, but it wouldn’t error either). The new library will throw an error if you try and transition a nil object.
I would suspect this is the most likely cause given things worked with 1206. I dont know why when dropping back to 1206 it didn’t solve it.
Still JonPM is right. No one can help you with “black screen on device” errors without knowing what the console log says.
Ok I got the console output and it has an issue with analytics (flurry). I read on one of the builds that this changed to a plugin. Do I need to do something special to get this to work again?
Thank you. It works now.
Please paste the console output
If you don’t know how to get that console output, please refer to: http://www.coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/
Build 1207 includes the new Transitions 2.0 and Easings 2.0 libraries. There are a few changes in there that are biting some people. For instance, you have to provide a time. Also if you try to transition a nil object, it used to let you (well it wouldn’t do anything, but it wouldn’t error either). The new library will throw an error if you try and transition a nil object.
I would suspect this is the most likely cause given things worked with 1206. I dont know why when dropping back to 1206 it didn’t solve it.
Still JonPM is right. No one can help you with “black screen on device” errors without knowing what the console log says.
Ok I got the console output and it has an issue with analytics (flurry). I read on one of the builds that this changed to a plugin. Do I need to do something special to get this to work again?
Thank you. It works now.