Trying to run against genymotion, and when I run flutter start, here's what I see:
~/flutter/testme $ flutter start
Installing SkyShell.apk on device.
~/flutter/testme $
But nothing happens.
If I run with --very-verbose, then I see Failure [INSTALL_FAILED_NO_MATCHING_ABIS] and Error type 3 and Error: Activity class {org.domokit.sky.shell/org.domokit.sky.shell.SkyActivity} does not exist. amongst the output.
Can we detect the error/failure, and tell the developer something like "Sorry, something went wrong. Please re-run this command with --very-verbose, copy the output, and paste it into a new issue: https://github.com/flutter/flutter/issues"
Thanks!