Android on emulated device crash silently on startup

Hi,

when I run an Android project on a emulator, it crash after few seconds.

This is the link to download the project.

Info:

  • on Fire, I have no error messages, the debugger just detach and the application exits with code 0:

~> Installing com.swiftsrl.airports
~> Calling adb -s emulator-5554 install -r “/Users/claudio/Downloads/com.swiftsrl.airports/bin/Debug/com.swiftsrl.airports.apk”
~> Started
~> Process com.swiftsrl.airports started.
~> Process com.swiftsrl.airports terminated with exit code 0

  • it works if I deploy without running, then open the app in the emulator
  • it works on a real device
  • I tried several emulated device with the same result
  • the project was created on a Mac Book Pro 2017 with Sierra 10.12.5, but it crashes also in other older mac
  • I am attaching a consolo log just after the crash
    log.txt (55.5 KB)

Please let me know if I can help with other info

  • Claudio