1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/examples/hello_android
2025-01-16 17:00:29 +01:00
..
2024-12-12 19:24:26 +01:00
2025-01-16 17:00:29 +01:00
2024-12-12 19:24:26 +01:00

Hello world example for Android.

Use cargo-apk to build and run. Requires a patch to workaround an upstream bug.

One-time setup:

cargo install \
    --git https://github.com/parasyte/cargo-apk.git \
    --rev 282639508eeed7d73f2e1eaeea042da2716436d5 \
    cargo-apk

Build and run:

cargo apk run -p hello_android