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
代码节点: NDK路径:
环境变量配置:
(base) PS F:\Project\GitHub\mars\mars> python.exe .\build_android.py Enter menu:
The text was updated successfully, but these errors were encountered:
很明显的错误。CMake Error: The source directory "F:/Project/GitHub/mars/mars/cmake_build/Android/Files/Android/Sdk/ndk/20.1.5948944" does not exist.
Sorry, something went wrong.
No branches or pull requests
代码节点:
NDK路径:
环境变量配置:
(base) PS F:\Project\GitHub\mars\mars> python.exe .\build_android.py
Enter menu:
3
ndk path:D:\Program Files\Android\Sdk\ndk\20.1.5948944
[[==BUILD_DESCRIPTION==]]Revision: 6c71f72 <style type="text/css">.description table { margin: 10px 0 15px 0; border-collapse: collapse; font-family: Helvetica, "Hiragino Sans GB", Arial, sans-serif; font-size: 11px; line-height: 16px; color: #737373; background-color: white; margin: 10px 12px 10px 12px;}.description td,th { border: 1px solid #ddd; padding: 3px 10px; }.description th { padding: 5px 10px; }.description a { color: #0069d6; }.description a:hover { color: #0050a3; text-decoration: none; }.description h5 { font-size: 14px; }</style>
PublicComponent
build cmd:cmake "F:\Project\GitHub\mars\mars" -G "Unix Makefiles" -DANDROID_ABI="arm64-v8a" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=D:\Program Files\Android\Sdk\ndk\20.1.5948944/build/cmake/android.toolchain.cmake -DANDROID_TOOLCHAIN=clang -DANDROID_NDK=D:\Program Files\Android\Sdk\ndk\20.1.5948944 -DANDROID_PLATFORM=android-21 -DANDROID_STL="c++_shared" && cmake --build . --target libzstd_static marsxlog --config Release -- -j8
CMake Error: The source directory "F:/Project/GitHub/mars/mars/cmake_build/Android/Files/Android/Sdk/ndk/20.1.5948944" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
!!!!!!!!!!!!!!!!!!build fail!!!!!!!!!!!!!!!!!!!!
(base) PS F:\Project\GitHub\mars\mars> python --version
Python 3.11.5
The text was updated successfully, but these errors were encountered: