-
Notifications
You must be signed in to change notification settings - Fork 0
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
Set up an Android project #2
Comments
I'm looking into this |
https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-21-rust-on-android.html mentions API layer 26 so we might want to go with that. |
https://robertohuertas.com/2019/10/27/rust-for-android-ios-flutter/ details making an Android Library (2019) |
See branch https://github.com/9ary/talaria/tree/rust-jni. Prerequisites: |
Now that I've been experimenting with Jetpack Compose and the jni crate, it's clear that debugging the rust calls is a pain point. Redirecting stdout/stderr would be a good start, and some logging and backtraces would help a lot too. https://crates.io/crates/ndk seems to have a lot of nice features in this area (and other jni annoyances) but I'm not sure if it will integrate with Compose. |
The Android version is a solid choice for the MVP.
The text was updated successfully, but these errors were encountered: