Search code examples
flutteradbsimulatorbluestacks

Couldn't run Flutter application on BlueStacks simulator


I am using BlueStacks v.3 as Android simulator for my Flutter project, I could connect Android Studio to BlueStacks with adb.exe command: adb connect localhost:5555 but when I run the project, application does not open on the simulator.
Whats is the reason and how it can be solved?


Solution

  • It is because of rendering type of BlueStacks and can be solved by running the following command in Android Studio terminal:

    flutter run --enable-software-rendering