AndroidIDE-NDK
AndroidIDE-NDK copied to clipboard
CMake doesn't support download from ssl or http but out-of-the-box it must.
Hi! Out-of-the-box I mean Windows and Linux full versions of CMake (for example 3.25.1) See this issue: https://github.com/OpenEnroth/OpenEnroth/issues/1308#issuecomment-1722913731 This project cmake auto-resolves the dependencies and downloads them. Is this issue fixable? It is critical I think.
Im trying building this project using a termux, not successfully, need more configuration for ffmpeg. Not any messages for downloading files with cmake
build.gradle.txt You can take my build.gradle file for path OpenEnroth/android/openenroth and my keystore.jks if you don't have yours, to reproduce the error.
I have just reproduced the issue, entered the following command in the AndroidIDE terminal: git pull origin master under the OpenEnroth dir if you cloned the repo. Build log: build_output (1).txt
The problem still reproduces even if I use the latest ndk: r26b, the errors are the same, unsupported protocol which means CMake is linked against libcurl without openssl and http support. build_output (2).txt