1

Background:

I am using android studio 3.6 as my IDE for flutter development, the problem below only happening when I use android studio with flutter, in native android development it's all fine.

The problem:

Sometimes my android studio will not be able to detect my emulator and in order to run something on it(or even open it), I will need to open the Avd manager and run it from there (It is working sometimes).

Visual explanation:

1) What I meant by will not be able to detect my emulator... looks like this:

enter image description here

2) And What I meant by I need to open the Avd manager and run it from there looks like this:

enter image description here

Question:

I am using the stable version of android studio, why this is happening and can I make sure that android studio will detect the emulator every time without going to the Avd manager

Tamir Abutbul
  • 6,472
  • 7
  • 16
  • 44

2 Answers2

1

Yes, I had this probelem too. You can update android studio plugins if any update is required. Then, please uninstall android studio and install again. This worked for me.

A_Singh7
  • 598
  • 5
  • 13
0

Updating the android studio to 3.6.3 version solved the problem.

Tamir Abutbul
  • 6,472
  • 7
  • 16
  • 44