-
Notifications
You must be signed in to change notification settings - Fork 0
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
grpc - build workaround #2
Comments
grpc no longer has the |
We've received a report that for running correctly on Android 6 devices, the targetSDK and minSDK values have to been increased. Thank you, @neogeno, for sharing this workaround. |
Newer versions of grpc add a Current workarounds while this isn't fixed:
|
The {libc} error should no longer affect newer releases of the |
While trying to build grpc, the following error my occur:
Deleting |
grpc
iOS
grpc builds out of the box for iOS.
Android
For building grpc for Android, you need to remove the
-zdefs
flag from the build process, by deleting this line: https://github.com/grpc/grpc-node/blob/153501df82936348f7544743350abda0978c0bb2/packages/grpc-native-core/binding.gyp#L878-zdefs
does not seem to be accepted by the NDK compiler.The text was updated successfully, but these errors were encountered: