I am trying to upgrade from ndk-r11c to ndk-r14. When I run r14, I get an error
Android NDK: myJNI module depends on modules: png jpeg log
In my Android do: LOCAL_SHARED_LIBRARIES: = png jpeg log
Assuming you did not copy the full error message and actually said "depends on undefined modules", check the release notes :
, - . , APP_ALLOW_MISSING_DEPS = true. . https://github.com/android-ndk/ndk/issues/208.
liblog LOCAL_SHARED_LIBRARIES. LOCAL_LDLIBS := -llog. , , , .
liblog
LOCAL_SHARED_LIBRARIES
LOCAL_LDLIBS := -llog
libjpeg libpng . , .
libjpeg
libpng
, .
Windows, . - Windows .
, (, D: \), , .
Source: https://habr.com/ru/post/1671939/More articles:VS 2017 - Team Explorer Commit - shortcut - gitConditionally select observable in RxJS - javascriptHandle error in RxJs flatMap stream and continue processing - angularMySQL возвращает несколько результатов для одного emoji - mysqlUnrecognized Cognito lambda output - aws-lambdaAlgorithm for counting the number of zeros from a sorted array containing 0 and 1 sec. - javaWhere / how is the name `posix` resolved using the import statement? - pythonASP.NET HttpModule does not work with NullReference exception when trying to access Request.Url - nullreferenceexceptionHow to stop SKCameraNode at the edge of the stage - swiftTkinter Treeview Style - python-3.xAll Articles