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 support for older versions? #71

Closed
pjft opened this issue May 11, 2024 · 4 comments
Closed

Android support for older versions? #71

pjft opened this issue May 11, 2024 · 4 comments

Comments

@pjft
Copy link

pjft commented May 11, 2024

Hi.

I'm assuming that this is the issue - otherwise I'm finding that opening the APK file gives me an APK parsing error.

Still, the context is that I'd like to be able to repurpose an older Android tablet for this project, as it's a good way to give them a fresh lease of life.

In my case, I have an old Kindle Fire 7 tablet, that from what I can tell runs Android 5.1. Any way we could build the APK file to support that old a version, or is it a lost cause?

Thanks for putting this together, and apologies for the trouble.

@3rob3
Copy link
Collaborator

3rob3 commented May 11, 2024

According to Avalonia documentation this should be possible (though I have no idea what the performance would be like). The minimum API level Avalonia supports is 21, which is Android 5.0. I will try to create a test build for you to try and will reply back here when I get around to it.

Also worth noting that another user can't get it to work on his Fire HD 8 Plus tablet, and I haven't been able to reproduce so haven't been able to figure out what could be causing the crash.

@pjft
Copy link
Author

pjft commented May 11, 2024

Hi @3rob3 . Thank you for the reply, and for entertaining this experiment. I'm happy to run the test build on my end and report back. For what it's worth, I'm happy to run a build that creates a text log that I can share with you, if it's of interest.

Thank you, and no urgency whatsoever here - just let me know when there's something for me to test and I'll report back as well.

Have a great weekend!

@3rob3 3rob3 closed this as completed in 85cf137 May 11, 2024
@3rob3
Copy link
Collaborator

3rob3 commented May 11, 2024

I changed minSdkVersion to 21, it built and ran on Android 5.0 emulator. I will still get you a test build to try before next release.

@pjft
Copy link
Author

pjft commented May 12, 2024

Cool, thank you!

3rob3 added a commit that referenced this issue May 13, 2024
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

2 participants