There are a least a dozen previously compiled and running flutter applets that suddenly will not compile under Android Studio or Intellij.
Even if i build a new default
Try to install using adb through command line:
adb -s yourdeviceID install -r build/app/outputs/apk/app.apk
you can follow this for more explanation: https://github.com/flutter/flutter/issues/8605
Thanks