-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
SDL2_image error Unknown or unsupported ARM architecture #627
Comments
Have you had compilation working before? If so, do you know what changed to encounter this? One thing to try would be targeting a different api (lower than 21). |
Android API 21 does not support armeabi. You must use a lower API or build for armeabi-v7a. |
This should remain open until we add an error message notifying users of this incompatibility. |
I moved up to API 21 because since then JDK 7 is officially supported. Also because the NDK GDB does not attach properly which may have something to do with the JDK version and archicture (was suggested to me).
I did not know that (can't find it in the api & ndk release notes either) |
error while building an .apk with api 21 and sdl2 for arch armeabi
Perhaps the ndk builder expects "arm" instead of "armeabi" there?
The text was updated successfully, but these errors were encountered: