Neo
Neo

Reputation: 4760

Android 2.3 emulator

I am trying to debug an issue with my webpage on Android 2.3, Since I don't have that old android device I downloaded Android Studio along with Android SDK.

When I try to create emulator I only get option for 4.4, Can I create android 2.3 emulator?

Upvotes: 0

Views: 1396

Answers (1)

David
David

Reputation: 5413

You need to open the SDK Manager(can be done via Studio or Eclipse) From Android Studio, select Tools > Android > SDK Manager. and download the packages and system AVD Images for Android 2.3.x

Upvotes: 1

Related Questions