eframe_template
eframe_template copied to clipboard
Add android build guide
What about adding android example ?
Can make a PR if needed
I'd be interested to see that. Would you use the same template but just build for android?
Yes of course !
It's here https://github.com/emilk/eframe_template/pull/162
Default : cargo run
Web : trunk serve
Android : cd android && make && make run-on-device
:)
Detailed in the PR
https://github.com/Its-Just-Nans/eframe_template/blob/eframe-template-android/android/README.md
Thanks, I'll definitely check it out once I get a chance.