This repository is meant to provide a means to minimally test Jiff’s Android
support. Currently, this just involves printing out some logs and values without
any assertions. It’s pretty janky.
To use this, the following steps are required:
android-ndk-25 from theandroid-studio. Before running android-studio,export ANDROID_NDK_HOME=/opt/android-ndk.cargo tauri android dev from the root of this repository. TheI’d also like to get Android testing in CI, and it seems like the best bet
there is something like cargo-dinghy. I’m
very concerned about doing this though because it relies on a lot of other
external tooling to make it work (including spinning up an Android emulator).
I’m already struggling to keep up with CI breaking because of some random
WASM failure.
For the actual GitHub CI workflow, see:
https://github.com/liveview-native/liveview-native-core/blob/b8643e65072aa95d69d0288b12147f3723e9cc35/.github/workflows/ci.yml#L439-L531