vote up 1 vote down star

i am using eclipse with android plugin and sdk, but i can not create a virtual device due to there is no target, and when I execute this:

  $ ./android list targets
   Available Android targets:

what should i do?

and..............

when i try to install the available packages in eclipse avd manage it comes to:

Downloading SDK Platform Android 2.0 API5, revision1 SSL peer shutdown incorrectly....

flag

2 Answers

vote up 5 vote down check

Run tools/android to retrieve targets. It'll load up a gui interface, under settings check the box that says force https to be fetched using http. Then go to Available packages and select the version of Android you want. The targets are not downloaded by default in the latest sdk release.

At least that's what you get on windows, I don't have a linux machine available at the moment but the tools/android tool was created to manage targets and avds.

link|flag
thx, i fixed it in this way ;) – EthanZ6174 Nov 4 at 5:33
vote up 0 vote down

Which release has the targets?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.