问题
I want to get a few emulators for Android Studio so I can test my apps, but I can't find out where to get them and how to install them. Thanks for the help!
Edit: Thank you both I got it working!
回答1:

1 - SDK Manager. Here you can install android system image.
2 - AVD Manager. Here you can define own Android Virtual Device. (First you need to install android system image via SDK Manager and then define you device based on that image)
回答2:
I'm glad you got the emulators working so you can test your apps. You also might want to try the virtual machine approach as you may find a significant speed improvement over the emulators that come with the SDK.
Probably the easiest way to get started with testing your apps on a virtual machine is by using Genymotion. There is a selection of machines with different APIs, and the Genymotion launcher integrates with adb (i.e., the connection to Eclipse/AS) and wraps the VM with GPS/telephony/camera simulation. Available for Mac/Win/Linux.
来源:https://stackoverflow.com/questions/24679690/emulators-for-android-studio