App cannot work in Samsung S6

I have a Xamarin.Android app compiled and packaged. It works on any Blu Dash 3.5, Samsung S5 and below, Hummer, etc.

In Xamarin Studio go to Options -> Application Build -> Advanced -> Supported ABIs and check all of them:

  • armeabi
  • armeabi-v7a
  • x86
  • arm64-V8A
  • x86_64

So, I installed the .apk package on Samsung S6 and installed it with no problem. But when I start the application, stop working (application exits without any message).

LOGCAT : 06-17 17: 53: 33.797: E / mono-rt (21778): [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException: SIGILL

Anyone have the same problem? What do you suggest to remedy the situation?

+3


source to share


1 answer


Found a solution (temporarily). You have to deselect arm64-v8a from Options -> Application Build -> Advanced -> Supported ABIs.



This solves the problem.

+3


source







All Articles