Requires Android NDK 22
Opened this issue · 0 comments
rjrjr commented
Due to rust-lang/rust#85806, this is broken by the last Android NDK (23). Symptom is failed link, unable to find library -lgcc
.
Workaround is simple enough, downgrade to NDK22, e.g.
export NDK_HOME=${ANDROID_SDK_ROOT}/ndk/22.1.7171670
Might want to make a note in the README?