Error launching application on Android SDK built for x86

后端 未结 5 2169
不知归路
不知归路 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:48

    I had a similar error when trying to run my flutter application. What I did was:

    1. Open AVD Manager
    2. Press on the small arrow (next to the pen) corresponding to your preferred device
    3. Select "Cold boot now"
    4. Wait for the emulator to open and boot
    5. Run your application

    I hope that helps you!

提交回复
热议问题