#How to build and run bevy on android
8 messages · Page 1 of 1 (latest)
there is a mobile project structure in examples for android, if that is helpful in the meantime. someone else might know a good guide to follow.
what about this https://github.com/jinleili/bevy-in-app
it depends on what tradeoffs youre willing to make. i believe that solution essentially builds for web and runs the app in a view.
for this is good but what should I do exactly copy all this to a android studio project
hmm i wish i could find a good guide. it seems like there arent that many that are up to date.
this is for 0.15, so it may have some inaccuracies. however if you scroll down to "Android Structure" it talks about copying from the example files. Sorry I can't help more - I need to get into Android development myself still :)
https://blog.erikhorton.com/2025/02/15/bevy-and-android.html
This post is a followup to the guide for Bevy 0.13, where a lot has changed. These steps were done on an Apple M1 (2021) running Sequoia 15.3, and I deployed to a Pixel 9 phone. Quickstart Grab the following script and run it to create the necessary directory structure.
github gist: setup script