user2971033
user2971033

Reputation:

Android AVD advice, no existing decvices?

When I open up the AVD manager in eclipse there are no exisiting devices that I can use, Do I need to create one or should it be there automatically?

Upvotes: 0

Views: 36

Answers (1)

Kumar Bibek
Kumar Bibek

Reputation: 9117

This should get you started. You need to create an AVD first, to be able to run your apps on an emulator.

http://developer.android.com/tools/devices/managing-avds.html

If you have a device, you don't need an AVD.

Update:

Target: Android 4.4

Memory: 512MB to start with, you can increase it if you need.

SD Card: 512MB is good to test your apps.

You could give some tries, and get comfortable with how to use AVD manager. Play with it a little.

Upvotes: 1

Related Questions