Yanwei Liu
1 min readAug 29, 2019

--

Hi, I am very appreciated your article.

It save me lots of time.(Android Studio is too slow…..)

I also found another way to open AVD without Android Studio.

Here is the method:

We can make a emulator.exe shortcut to the desktop

and right click the icon -> Press “R”

In the shortcut tab, take a look at the target(T):

just put the

-avd Nexus_5X_API_28_x86

right after the emulator.exe.

so, it will look like this below:

E:\AndroidSDK\emulator\emulator.exe -avd Nexus_5X_API_28_x86

save the setting

then enjoy the AVD

--

--

No responses yet