Build on PC ```bash cargo build ``` Build on android (using xbuild) ```bash x build --platform android --arch arm64 --format apk --release ```