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: Reload native libraries on resume #3340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Jan 22, 2025

Otherwise gives UnsatisfiedLinkError when the app was killed due to OOM etc.

Is harmless as you can just restart the app and it will work but its the most common crash in the dev console, so lets fix it...


to reproduce you can just background the app while in the settings, then am kill org.easyrpg.player and selecting "EasyRPG folder" will crash.

…vities

Otherwise gives UnsatisfiedLinkError when the app was killed due to OOM etc.
@Ghabry Ghabry added the Android label Jan 22, 2025
@Ghabry Ghabry added this to the 0.8.1 milestone Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant