You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please rebuild affected libraries with the -pie flag?
Libraries:
lib/mips64/libmodft2.so
lib/mips64/libc++_shared.so
lib/mips64/libjniPdfium.so
lib/mips64/libmodpng.so
lib/mips64/libmodpdfium.so
While compiling the native C/C++ code, use "-fPIC" flag in case of 32-bit program. In case of 64-bit program, use "-fPIE" and "-pie" flags.
Suggestions :
Need to add set(CMAKE_POSITION_INDEPENDENT_CODE ON) to cmake file. or necessary flags to the android.mk file
https://corochann.com/build-executable-file-with-android-ndk-after-lollipop-android-api-21-388.html
Refer the following link
The text was updated successfully, but these errors were encountered: