-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Many androids device crash on start! #1367
Comments
I'm guessing because it's failed to load the application library (the .so file). Can you investigate what kind of android device that has the problems in the developer console? It might be related to the output of the ABI (architecture Binary Interface e.g armv7, arm64, x86, etc) that is not available on the device that has the problem |
Thanks for the reply! Some of the device are:
|
Any suggestion? Maybe to setup |
Did you use Mobile.ShowStatusbar in your .unoproj? |
No, I need to use it? |
No, I just identified it as a possible problem... have you tried removing your modules one by one to narrow down the cause? |
In the developer console I'm reporting many crash when the user open the app...
The error is:
I use this version of fuse:
How can I solve this?
The text was updated successfully, but these errors were encountered: