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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
I'm getting an error because mapbox is trying to use MIPS ABI, and it has been retired in Android NDK, Revision r17c (June 2018):
Support for ARMv5 (armeabi), MIPS, and MIPS64 has been removed. Attempting to build any of these ABIs will result in an error.
am I wrong? is any work already in progress to fix this?
I finally could make the build, but I needed to copy an older toolchain manually into the NDK bundle.
Steps to reproduce
Expected behavior
Compile without problem
Actual behavior
Error due to: Support for ARMv5 (armeabi), MIPS, and MIPS64 has been removed. Attempting to build any of these ABIs will result in an error.
The text was updated successfully, but these errors were encountered: