GlowPuff / ImperialCommander2

A companion app for the Imperial Assault board game.
MIT License
88 stars 12 forks source link

Not opening on Pixel 7 #24

Closed CAvalanche closed 1 year ago

CAvalanche commented 1 year ago

Hi, new to forums here, so please forgive if I'm off base.

I'm trying to download the apk to my Pixel. From my phone, I've downloaded, allowed files from Chrome, and attempted install. I get a "App not installed as app isn't compatible with your phone" error. Am I doing something wrong? Thank you.

GlowPuff commented 1 year ago

Hello, you're probably not doing anything wrong.

Some ideas off the top of my head:

CAvalanche commented 1 year ago

Hello, thank you for the reply!

Yes - I have 60G available. I'm assuming it's not a larger file than that, lol?

I honestly don't know about the APK install location; I've never installed direct from an APK before. From the limited research I've done, there appears to be a 32 bit vs 64 bit issue with the Pixel (i.e. 32 bits aren't allowed an install, but 64 bits are) - is IC2 32 or 64?

GlowPuff commented 1 year ago

IC2 is compiled for ARMv7, which is 32bit. Not sure why, but I can't compile this project for 64bit at all - that option is grayed out.

Edit: Pretty sure I know why it's grayed out now - ARM64 requires a different scripting backend (IL2CPP), which also requires the NDK to be installed on my machine. That's why I didn't pursue that compiling option.

CAvalanche commented 1 year ago

Thanks so much for checking on this. It sounds like I just need to look for a different device other than my Pixel then - I'll look at that route. Appreciate it!

GlowPuff commented 1 year ago

No problem! In the future I would like to take a look at this more and add 64bit support.