Error launching application on Android SDK built for x86

后端 未结 5 2050
不知归路
不知归路 2021-02-12 19:22

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

5条回答
  •  终归单人心
    2021-02-12 19:57

    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

提交回复
热议问题