Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
2015-10 Gideros player on Android 6.0 — Gideros Forum

2015-10 Gideros player on Android 6.0

totebototebo Member
edited December 2015 in General questions
I've built a player for Android 4.0 and it works fine. When I try to run the same build for Android 6.0 I get this error:
12-07 15:01:17.454: E/AndroidRuntime(11770): Process: com.totebo.scrappycat, PID: 11770
12-07 15:01:17.454: E/AndroidRuntime(11770): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.totebo.scrappycat/com.giderosmobile.android.ScrappyCatActivity}: java.lang.NullPointerException: Attempt to get length of null array
12-07 15:01:17.454: E/AndroidRuntime(11770): 	at com.giderosmobile.android.ScrappyCatActivity.onCreate(ScrappyCatActivity.java:88)
I'm building to test Google Play and other plugins, so it's not a clean install of the player. I assume I've messed something up somewhere, but I'm confused as to why it works on a previous version of Android.

Have you guys built it for Android 6.0 successfully?

Niclas
My Gideros games: www.totebo.com
Sign In or Register to comment.