armeabi deprecated
fschlatt opened this issue · 1 comments
fschlatt commented
Under PdCore -> jni -> Application.mk,
APP_ABI := armeabi armeabi-v7a x86
needs to be changed to APP_ABI := armeabi-v7a x86
as armeabi is deprecated and the ndk build of PdCore will fail with exit status 2.
tkirshboim commented
Fixed by #70