[Android] Cube Crush HD

Just released my first Android games :smiley:

Would be glad if you could give it a try:

https://play.google.com/store/apps/details?id=com.gregorhaag.games.cubecrushhd

3 Likes

Crashes during launch on Galaxy S7 with Android 6.0.1

1 Like

Thanks for the feedback!
I saw the crash report:
java.lang.UnsatisfiedLinkError: dlopen failed: library …/android-ndk/platforms/android-9/arch-arm/usr/lib/libc.so

Working on a fix right now.

Updated to 1.1.2
Based on this and that i updated my ndk to version 9d and my build-tools to 23 and at least in the emulator it seems to work!

It would be awesome if someone with a “real” Android 6 could verify that the game starts normaly!

A newer Android NDK fixes the “missing libc” error in my experience with Android 6 :slight_smile:

Thanks for the feedback it works now without a crash!
Specially thanks to gorwell who took the time to verify my update!

Lesson learned :slight_smile: