Siva K
Siva K

Reputation: 4968

unable to start a new project eclipse

I am a new android developer.

I was trying to install eclipse in my system and after installation when I was to open a new project the column of build target is been empty.

So i can't create or start a project... please help me in rectifying this problem.

Upvotes: 0

Views: 224

Answers (2)

WarrenFaith
WarrenFaith

Reputation: 57702

You need to install platforms/sdks with the SDK Manager. Go to Window->Android SDK and AVD Manager->Available Packages

There you should select what you want.

Upvotes: 0

Delta
Delta

Reputation: 4328

You have to setup an Android virtual device (AVD), go to the SDK manager, select an API version and download it, after that go to the AVD tab and create a new virtual device.

You also have to indicate the android SDK path in Eclipse settings, then the AVD you've created is gonna show up in the "target" field.

Upvotes: 1

Related Questions