-
Notifications
You must be signed in to change notification settings - Fork 436
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
Add support for NDK r16b #102
Comments
+1 |
+1, any solutions? |
+1 |
I think this cmake script is very outdated. The newest Android NDK has a toolchain file bundled with it. It should be under {NDK_ROOT}/build/cmake/android.toolchain.cmake. Try using that one instead? |
This android.toolchain.cmake is too old. You can update the NDK and modify the -DCMAKE_TOOLCHAIN_FILE=${NEW_NDK_PATH}/build/cmake/android.toolchain.cmake. Hope to help you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think
android-cmake
doesn't support NDK r16b yet.In the NDK r16b, there's no
include
directory inndk-r16b/andorid-**/arch-**/usr
.The text was updated successfully, but these errors were encountered: