I want Android Studio Emulator to run a previous Android version to test web pages. How can I download or make changes in the Android Studio to make the Emulator run 4.4 and not Lollipop?
4 Answers
Step 1: Install KitKal 4.4 SDK Platform from SDK Manager
Step 2: Open AVD Manager (Create or Edit emulator)
Step 3: Change API level
-
-
-
-
Looks like I don't see them because of this error when I open the SDK Manager: **Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: peer not authenticated** Any workaround to fix this? – Kalzone May 01 '15 at 16:09
-
1Nevermind.. I had to disconnect form my company's network. Thanks for your help :) – Kalzone May 01 '15 at 16:13
-
See this link http://stackoverflow.com/questions/9010375/android-sdk-installation-issue-peer-not-authenticated – May 01 '15 at 16:13
First of all you need to download the SDK version you wish to run your application on trough the SDK manager.
Assuming you have already done that you simply need to create your own new virtual device trough the AVD manager.
From there on out it's very clear what you have to do.
If you still have problems you can consult:
http://developer.android.com/tools/devices/managing-avds.html

- 4,202
- 4
- 26
- 49
Look at the following screenshot:
The third icon is the SDK Manager where you can download the system images to build AVD, the fourth icon is where you can create new AVD.
Personally i recommend you to download Genymotion which uses VirtualBox to run Android virtual device and it's very much faster than the standard emulator.
You can open SDK Manager From
and select API leve from list
click Install XX packages button,
hope can help you

- 656
- 5
- 13