wgpu-in-app
wgpu-in-app copied to clipboard
How to build mobile apps on Windows?
The files android_lib_build.sh
and apple_lib_build.sh
seems only working on Linux. How to build Android and iOS app on Windows?
Building for aarch64-apple-ios
target requires the corresponding iOS SDK, as provided by Xcode. Therefore, iOS targets can only be built on macOS.
By default, Windows does not support shell scripts. It may be necessary to use Git Bash or WSL (Windows Subsystem for Linux). then, if you have already set up the Android build environment according to README, you can compile Android targets on Windows.