Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build mobile apps on Windows? #7

Open
mikeny07 opened this issue Sep 12, 2023 · 1 comment
Open

How to build mobile apps on Windows? #7

mikeny07 opened this issue Sep 12, 2023 · 1 comment

Comments

@mikeny07
Copy link

mikeny07 commented Sep 12, 2023

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?

@jinleili
Copy link
Owner

jinleili commented Sep 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants