hello_world_android_egui icon indicating copy to clipboard operation
hello_world_android_egui copied to clipboard

Egui + winit + wgpu + android example

Results 3 hello_world_android_egui issues
Sort by recently updated
recently updated
newest added

I use following commands in windows 11, powershell: ```sh PS D:\dode\hello_world_android_egui> $env:ANDROID_HOME="C:\Users\22730\AppData\Local\Android\Sdk"; $env:NDK_HOME="C:\Users\22730\AppData\Local\Android\Sdk\ndk\25.2.9519653"; $env:JAVA_HOME="D:\Program Files\Android\Android Studio\jbr"; cargo apk build Using package `hello_world_android_egui` in `D:\dode\hello_world_android_egui\Cargo.toml` warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This...

Hello. I have visited your repo, and I would like to try your demo, but I need to build it sonehow. Would be way better if I'd be able to...

Thanks for sharing this code. It may be a good idea to document what packages should be installed and what are the tools versions you know this example to work....