I'm using pgs4a (pygame subset for android), and I am trying to run an app on my android device, my device is running Android 4.0, and the app is configured for Android 4.0, when I run it, I see the pgs4a backsplash, but then it freezes, and around two minutes later it crashes and goes back to the home screen. When I look in the recent apps, I see this:
The app is still there, but the screen went dark. Is there anyway to fix this?
Here is the contents of the file .android.json: {"layout": "internal", "orientation": "sensorLandscape", "package": "com.gmail.(this is censored for privacy).sightreader", "google_play_key": null, "include_pil": false, "expansion": false, "name": "Music Sight Reader", "source": false, "icon_name": "Sight Reader", "version": "0.1", "store": "none", "target_version": 14, "permissions": ["VIBRATE"], "include_sqlite": false, "google_play_salt": null, "numeric_version": "1"}
You can find my main.py here.
Thanks for your time, OrionDark7