김도현

Results 3 comments of 김도현

@andrew-schenk, Considering that the NDK version is 27 or lower, the following code seems necessary. ``` // CMakeLists.txt if(CMAKE_ANDROID_NDK_VERSION VERSION_LESS "27") target_link_options(${PACKAGE_NAME} PRIVATE "-Wl,-z,max-page-size=16384") endif() ```

> Hi @cod3kid , > > I am not able to replicate this issue. Coluld you please give a try as per the instruction given in the following comment and...