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
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.
The text was updated successfully, but these errors were encountered:
Under PdCore -> jni -> Application.mk,
APP_ABI := armeabi armeabi-v7a x86
needs to be changed toAPP_ABI := armeabi-v7a x86
as armeabi is deprecated and the ndk build of PdCore will fail with exit status 2.
The text was updated successfully, but these errors were encountered: