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

Fix Android JNI name mismatch #42

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

madmiraal
Copy link
Contributor

Currently, Android is still looking for the old engine library name and class names changed in #16 and crashes when it can't find them.

This PR fixes the name mismatches in the Java Native Interface (JNI).

@madmiraal madmiraal added the bug label Mar 2, 2024
@DanielaOrtner DanielaOrtner self-requested a review March 3, 2024 12:53
Copy link
Contributor

@DanielaOrtner DanielaOrtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the detailed change to make it work :)

@DanielaOrtner DanielaOrtner merged commit 0c9f6d7 into RebelToolbox:main Mar 3, 2024
13 checks passed
@madmiraal madmiraal deleted the fix-android-crash branch March 3, 2024 17:12
@madmiraal madmiraal added PR Type: Bug Fix Your current game should now work as expected. and removed bug labels May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR Type: Bug Fix Your current game should now work as expected.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants