Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

armeabi deprecated #78

Closed
fschlatt opened this issue May 10, 2018 · 1 comment
Closed

armeabi deprecated #78

fschlatt opened this issue May 10, 2018 · 1 comment

Comments

@fschlatt
Copy link

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
Copy link
Member

Fixed by #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants