We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.16.0
3.19.0
报错:Could not find toolchain file:
Could not find toolchain file: /***/Library/android/sdk/ndk/build/cmake/android.toolchain.cmake
原因:本地机器ndk配置类似
path=/***/Library/android/sdk/ndk
建议检测ndk时可以判断下是否带目标版本
报错:add_compile_definitions
原因: cmake v3.12 新增
建议修改https://github.com/openwebf/webf/blob/main/.github/CONTRIBUTING.md#openwebf-contributing-guide , CMake:v3.120 or later
更新CMake版本,修改文档
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected version
v0.16.0
Flutter versions
3.19.0
No same issues found.
Steps to Reproduce
Could not find toolchain file: /***/Library/android/sdk/ndk/build/cmake/android.toolchain.cmake
path=/***/Library/android/sdk/ndk
Code example
Expected results
Actual results
更新CMake版本,修改文档
The text was updated successfully, but these errors were encountered: