Reputation: 943
I have a Xamarin.Android App compiled and packaged. It works on any device Blu Dash 3.5, Samsung S5 and inferior, Hummer, etc.
In Xamarin Studio I go to Options --> Application Build --> Advanced --> Supported ABIs and mark all of them:
So, I put the .apk package on the Samsung S6 and install with no problem. But when I run the app, stop working (the application exit without any message).
LOGCAT: 06-17 17:53:33.797: E/mono-rt(21778): [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException: SIGILL
Is anyone have the same problem? What do you suggest in order to fix the situation?
Upvotes: 3
Views: 1161
Reputation: 943
Found the solution (temporally). You must deselect arm64-v8a from Options --> Application Build --> Advanced --> Supported ABIs.
That solves the problem.
Upvotes: 3