Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 7.0 Compatible Version #427

Open
Empyrean-Heaven opened this issue Jan 9, 2024 · 6 comments
Open

Android 7.0 Compatible Version #427

Empyrean-Heaven opened this issue Jan 9, 2024 · 6 comments

Comments

@Empyrean-Heaven
Copy link

Greetings. I have recently discovered the joy of this port and game itself and wish to play it on my Android tablet. Regrettably, both 1.8.0 and 1.9.0 apks seem to be not installable on my device. I believe this is due to my tablet being Android 7.0. Is there a version somewhere compatible with my software?

@wench
Copy link
Member

wench commented Jan 9, 2024

I don't know much about the android build of Exult but what I do know is that Android 7 is super old from 2016 and went end of life in 2019, and it is difficult to make android apps that properly supports really old versions and new versions of Android. You're probably out of luck trying to use an official build of the
Exult app with Android 7. Chances are a custom build could be made to support that version of Android if an old version of the sdk and ndk was used.

@DominusExult
Copy link
Member

I think the culprit is

minSdkVersion 28 // could lower to 18 if we locally implement glob()

We would need to lower this to SDK 24 (Android 7.0) or SDK 25 (Android 7.1) but I have no idea about glob().
Mainly I agree with @wench that Android 7 is just really old.

@DominusExult
Copy link
Member

But maybe @ceckak can chime in :)

@Empyrean-Heaven
Copy link
Author

Aww. Are there perhaps any older versions that maybe could work out?

@DominusExult
Copy link
Member

Sorry, no. There was an ages old version but since then the control and the shortcutbar came which makes the mobile version actually useful.

@ceckak
Copy link
Contributor

ceckak commented Jan 22, 2024

I will try and take a look. I haven't touched the code in quite a while, so it may take me a bit to muddle through getting a regular build working. Will post an update here if/when I get a build working and have more detail on what breaks with the lower SDK version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants