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: initialize the JVM with android activity manually #31

Merged

Conversation

berendsliedrecht
Copy link
Member

@berendsliedrecht berendsliedrecht commented May 22, 2024

Had to use ANativeActivity_onCreate manually as non cargo-apk apps do not have this glue code. That is why it works in the example app and not in aries-askar, for example. This is an attempt to fix that, but since building android on macos is the worst, I have to release it and let the askar CI build it...

@berendsliedrecht berendsliedrecht force-pushed the update-android-context-to-latest-supported-version branch 2 times, most recently from e8aca85 to 833dafd Compare May 22, 2024 10:25
@berendsliedrecht berendsliedrecht changed the title update android context to latest supported version fix: initialize the JVM with android activity manually May 22, 2024
@berendsliedrecht berendsliedrecht force-pushed the update-android-context-to-latest-supported-version branch from 833dafd to 35c43b1 Compare May 22, 2024 10:27
@berendsliedrecht berendsliedrecht merged commit 8f3ab48 into main May 22, 2024
7 of 8 checks passed
@berendsliedrecht berendsliedrecht deleted the update-android-context-to-latest-supported-version branch May 22, 2024 10:43
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

Successfully merging this pull request may close these issues.

2 participants