I have been testing my game on my android devices (galaxy tab 10.1 and samsung galaxy nexus) and I have run into a problem where if there is no connection to the internet available the application won’t load and just has a black screen. From what I can tell it isn’t even reaching main.lua.
Is there something about test builds on devices needing internet to function that I am unaware of or do I have a problem in build settings possibly? Any help to point me in the right direction here would be greatly appreciated.
-Build 2013.1137
If it helps I use the following permissions on android:
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.READ_PHONE_STATE”,