python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Android ndk runtime - cannot locate symbol OPENSSL_init_ssl
I crosscompiled openssl 1.1.1g and i crosscompiled libcurl including the openssl.
Crosscompilation went trough without a problem, no linker errors on libcurl nothing.
Then i included these two openssl...
Lonko
Votes: 0
Answers: 1
CMake equivalent of APP_ALLOW_MISSING_DEPS
I am moving an Android project from ndk to CMake.
In Application.mk we set following flag:
APP_ALLOW_MISSING_DEPS := true
But I couldn't find equivalent cmake flag for this. Can this be set from cmak...
Vivek Mangal
Votes: 0
Answers: 1
How to use ndk-stack in Android Studio?
I need to debug my native C code. (I'm a newbie in C and ndk). I get this error, but i don't know exactly from where the bug come from:
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x38
I fi...
Jan Rozenbajgier
Votes: 0
Answers: 0
Cmake : LOCAL_EXPORT_LDLIBS equivalent in CMake
I am working on an android native app currently using Android.mk for build. We are moving build system to CMake.
I have following lines in Android.mk :
LOCAL_MODULE := midso
LOCAL_EXPORT_LDLIBS := -ll...
Vivek Mangal
Votes: 0
Answers: 0