Tamir Abutbul
Tamir Abutbul

Reputation: 7651

Android studio 3.6 can`t open emulator

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

Upvotes: 1

Views: 305

Answers (2)

Tamir Abutbul
Tamir Abutbul

Reputation: 7651

Updating the android studio to 3.6.3 version solved the problem.

Upvotes: 0

A_Singh7
A_Singh7

Reputation: 664

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.

Upvotes: 1

Related Questions