billthefarmer / gurgle

Fairly simple android word game
https://billthefarmer.github.io/gurgle/
GNU General Public License v3.0
56 stars 18 forks source link

Versions >=1.02 crash on startup on Android 4.1 #21

Closed Anonymous1157 closed 2 years ago

Anonymous1157 commented 2 years ago

One of my devices is a Huawei Y301A1 and I had to downgrade to 1.01 for the game to run. Newer versions briefly show a default empty app view with a top bar and then crash.

In case this was deliberate, that's fine, I just wanted something cool to do with an EOL device. But then I don't have anything running 4.4 or 5.0 to find out the minimum version that still works so you could bump the requirement.

billthefarmer commented 2 years ago

The reason later versions of the app crash on earlier versions of android is because of the zxing library I am using to create and decode QR codes. I thought the android build system would pick that up, but it didn't.