Issue
I use IntelliJ to develop Flutter apps. In the device selection dropdown in IntelliJ toolbar, the Android emulators that are not currently running do not appear. They do appear after I start them by other means (through Android Studio). So I cannot start up an Android emulator from IntelliJ. Why may this be happening?
Solution
This is because ANDROID_HOME environment variable is not set.
After setting it system-wide and restarting IntelliJ, the non-running emulators appear just fine. You can start them without leaving IntelliJ.
Answered By - Gazihan Alankus
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.