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
While linking shared library, linkers print error that can't find standard libraries (dl, libc, libm). Reason is a missing sysroot in ANDROID_LINKER_FLAGS. Just I replaced 1326 line in android.toolchain.cmake and all was begins works correctly. I replaced this line by that content:
While linking shared library, linkers print error that can't find standard libraries (dl, libc, libm). Reason is a missing sysroot in ANDROID_LINKER_FLAGS. Just I replaced 1326 line in android.toolchain.cmake and all was begins works correctly. I replaced this line by that content:
The text was updated successfully, but these errors were encountered: