-
Notifications
You must be signed in to change notification settings - Fork 647
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
Fail to build android dynamic lib 'libhermes.so' in branch 'origin/static_h' #1464
Comments
Hi, the Android build relies on a build for the host system, which must already exists. This is necessary because part of the runtime is written in JavaScript and it needs a version of Hermes to compile it. That's why are seeing the error "Hermes host build not found. Expression: (hermesC != ). Values: hermesC =". |
Thanks a lot~But I don’t know exactly how to do it. Is there any relevant doc that I can refer to? |
I don't know the details of the Android build, but I think the steps here should work: https://github.com/facebook/hermes/blob/main/.github/workflows/build.yml |
I do as the doc https://github.com/facebook/hermes/blob/main/.github/workflows/build.yml, the steps are: but I also got the errors, |
I want to build the dynamic lib 'libhermes.so' for android project in the branch 'origin/static_h', my step is as follow:
After excute the step 3, I got the errors:
FAILURE: Build failed with an exception.
Where:
Build file '/Users/victor.chi/github_hermes_workspace/shopee-hermes/android/build.gradle' line: 35
What went wrong:
A problem occurred evaluating root project 'Hermes'.
Thanks a lot for telling me how to fix this error.
The text was updated successfully, but these errors were encountered: