gurrhack / NetHack-Android

Android port of NetHack
128 stars 23 forks source link

Android 11 32 bits please #73

Open luk9a opened 1 year ago

luk9a commented 1 year ago

After upgrade from Android 10 to 11, it was not possible to keep playing. So tried v3.6.6.2-unstable with native installer says "Not installed" and with another installer says "The app is incompatible with this device". After analyzed APK was found that native library is libnethack.so (arm64-v8a), instead previous version 3.6.6.1 (armeabi), and mine kernel architecture is armv7l.

Could you please make it compatible with 32 bits again?

Thanks