-
Notifications
You must be signed in to change notification settings - Fork 82
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
Replace armeabi-v7a-hard in Android build #149
Comments
This issue made my Android build fail. Though I'm not sure if it's reproducible consistently or if there is another setting that triggers this.
|
Can you try the following in the Oryol directory?
This worked for me last time I tested (after I merging the new shader-pipeline stuff). If this works it might be a problem of |
Hmmm just tried and worked for oryol and also my test oryol app project, and it compiled successfully. I don't know what is the actual difference yet. |
Just to make sure, can you also try this:
This works for me (on OSX), but I remember having seen those compiler-check errors in the past too (it's basically cmake checking if the compiler works, and I'm not sure what compiler options cmake uses for this test). Oh, and what cmake version are you running? (I'm on 3.8.1). |
After the above, I got the same compiler error. Now, even if I do the following, I get the same error.
The cmake version is 3.5.1. I guess my previous successful compile with my temporary workaround #150 somehow affected the compilation before |
Hmm that's very strange, I cannot reproduce this. Here's what I did now:
No problems, may be it's the installed cmake version? Here's the console output I'm getting:
|
That ABI is no longer supported https://android.googlesource.com/platform/ndk/+/353e653824b79c43b948429870d0abeedebde386/docs/HardFloatAbi.md
The text was updated successfully, but these errors were encountered: