How to run Turtle CLI in Windows 10 to create APK file?

Hi,
When I run turtle cli to generate the stand alone build for android in my windows machine it is throwing error:“Failed to build standalone app err: Error: We don’t support running standalone app builds for this platform on your operating system”
How to create local apk files in windows 10 without ejecting expo?
Expo CLI 3.21.5 environment info:
System:
OS: Windows 10 10.0.18363
Binaries:
Node: 12.16.3 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.4 - C:\Users\Rupesh\AppData\Roaming\npm\yarn.CMD
npm: 6.14.5 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6392135
npmPackages:
expo: ~37.0.3 => 37.0.12
react: ~16.9.0 => 16.9.0
react-dom: ~16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz => 0.61.4
react-native-web: ~0.11.7 => 0.11.7

Turtle-cli works only on linux and mac, if you need to build locally managed app this is the only way.

If you don’t need to do this locally just use expo-cli (Building Standalone Apps - Expo Documentation)

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.