help to build a apk #1496
Unanswered
angelayalac
asked this question in
Q&A
Replies: 1 comment 4 replies
-
you need also to clone the submodules. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community, I want to compile the project again to build the apk with androidstudio but it won't let me compile, it throws me an error in the cmake, I wanted to see if someone would know what I can do to let me do the apk build
CMake Error at CMakeLists.txt:28 (include):
include could not find load file:
openssl/openssl.cmake
that comes from
CMake Error at CMakeLists.txt:28 (include):
include could not find load file:
openssl/openssl.cmake
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
This warning is for project developers. Use -Wno-dev to suppress it.
Beta Was this translation helpful? Give feedback.
All reactions