-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
Android 4.0.4 Crash with SIGILL #2429
Comments
Looks similar to #2141, but I am unsure if they are the same |
I guess this is same with #2204 |
Not a bug, this device does not support armv7 (likely Tegra 2).If you want to build Godot yourself so it works in this device, you can try doing it with armv6=true but default builds do not support it. |
Ok, I concede that it might not be worthwhile to support such an old device - but please note that this is an armeabi-v7a device. It has the quirk that the cpu does not have Neon extensions, which I guess is what this boils down to. Neon extensions are on 99% of armeabi-v7a devices, but not all :-) |
Godot crashes with a mysterious SIGILL on my old Samsung Galaxy 10.1 tablet:
The text was updated successfully, but these errors were encountered: