hopestar90
hopestar90
### New Issue Checklist ### Issue Info 如下代码: - (instancetype)mas_closestCommonSuperview:(MAS_VIEW *)view { MAS_VIEW *closestCommonSuperview = nil; MAS_VIEW *secondViewSuperview = view; while (!closestCommonSuperview && secondViewSuperview) { MAS_VIEW *firstViewSuperview = self; while...

I excute the command './gradlew githubReleaseNoIntl', to get the android Compile product libhermes.so. But I 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: 1. I excute the command 'cmake -S hermes -B build_release...