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

Execution failed for task ':expo-gl-cpp:buildCMakeDebug[arm64-v8a]'. #224

Closed
ghorbani-m opened this issue Sep 8, 2022 · 0 comments
Closed

Comments

@ghorbani-m
Copy link
Contributor

I have tried to build the Box app on a Windows machine with yarn android box command, but got some errors.
The first issue was sh command issue on windows:

Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
'sh' is not recognized as an internal or external command,

So for solving this issue I used Git Bash to run the command yarn android box and it solved this issue.

But after that, I got another error to build the expo-gl-cpp package.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':expo-gl-cpp:buildCMakeDebug[arm64-v8a]'.
> Build command failed.
  Error while executing process ...\Android\sdk\cmake\3.18.1\bin\ninja.exe with arguments {-C ...\apps-monorepo\node_modules\expo-gl-cpp\android\.cxx\Debug\226i586d\arm64-v8a expo-gl}
  ninja: Entering directory `..\apps-monorepo\node_modules\expo-gl-cpp\android\.cxx\Debug\226i586d\arm64-v8a'

CMake versions that are available on my machine :
image

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