Issue
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
Answered By - Mohsen Emami
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.