Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot Start Android Emulator on Android Studio Version 2.3.3 After Android Oreo Installation

I am unable start android emulator on android version 2.3.3 after android Oreo installation.

At first it worked,but now after a weekend when i ran a project the emulator doesn't pop up.

AVD loading notification is shown as in the below screenshot(dummy screenshot image in reality the notification is different)

enter image description here

But it will not appear,I have completely installed every package related to android Oreo in the sdk tool manager

enter image description here

Still the same result,if anyone has the same issue and have found a solution.Please,help.

like image 547
Amal p Avatar asked Oct 29 '22 01:10

Amal p


1 Answers

Try to use cmd command like

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

It should give you some detailed output about what happened wrong or would launch emulator.

Also make sure you are using last version of emulator (you have added screenshots only for SDK).

Screenshot for updating emulator

If nothing works - just remove all related to emulator sdk tools and reinstall them.

like image 123
A. Shevchuk Avatar answered Nov 13 '22 01:11

A. Shevchuk