Cannot start Android emulator on Android Studio version 2.3.3. After installing Android Oreo

I can not start android emulatorin android version 2.3.3after android Oreoinstallation.

At first it worked, but now after the weekend, when I started the project, it emulatordoes not appear.

AVD download notification is shown in the following screenshot (dummy screenshot, in fact the notification is different)

enter image description here

But he did not appear, I fully set each package relating to android Oreoinsdk tool manager

enter image description here

All the same result, if someone has the same problem and found a solution. Please, help.

+4
source share
1 answer

Try using cmd command like

*path_to_your_android_sdk*\tools\emulator -avd *device_name, f.e Nexus_5_API_23*

, .

, ( SDK).

Screenshot for emulator update

- sdk .

+1

Source: https://habr.com/ru/post/1685850/


All Articles