I was having the exact problem, until I solved it by downloading the
eclipse plug-in. Once the plug-in was installed, I realized that if
you go to the eclipse menu and select "Window"->"Android SDK and AVD
Manager" (This is all using eclipse Galileo) you get the same
configuration window as if you go through the /tools directory and
execute android. Except that (I don't know why) this way you not only
see more available packages, as you can also download at least the
latest SDK Platform Android 2.0.

Hope it helps
Nelson
PS. I'm running Ubuntu 8.10 Intrepid

On Oct 28, 8:32 am, Maxood <maqs...@salsoft.net> wrote:
> I am getting the following messages after
>
> Done. Nothing was installed.
>
> Downloading SDK Platform Android 2.0, API 5, revision 1
> SSL peer shut down incorrectly
>
> Whats the solution?
> On Oct 27, 11:16 am, Jeffrey Blattman <jeffrey.blatt...@gmail.com>
> wrote:
>
> > new and updated tools. regardless of the SDK version, you can always
> > develop your app to target previous SDK versions. in your manifest, look
> > for the line,
>
> > <uses-sdk android:minSdkVersion="3" />
>
> > 3 is for 1.5, 4 for 1.6 ...
>
> > On 10/27/09 10:42 AM, Matt Raffel wrote:
>
> > > how does this apply if my phone is currently 1.5 and I wanted my app to
> > > work on it?  Do I stick to 1.5?
>
> > > Matt
>
> > > Xavier Ducrohet wrote:
>
> > >> Hello everyone!
>
> > >> We've just announced the Android 2.0 SDK
> > >>http://android-developers.blogspot.com/2009/10/announcing-android-20-...
>
> > >> If you already have the 1.6 SDK, note that you can simply use the SDK
> > >> Manager to add Android 2.0 to your SDK. Make sure you also get the new
> > >> SDK Tools (revision 3), as the SDK Manager in revision 2 (the one that
> > >> shipped with 1.6) doesn't enforce dependencies between platforms and
> > >> Tools (fixed in rev 3)
>
> > >> For more information about using the SDK Manager, see:
> > >>http://developer.android.com/sdk/adding-components.html
>
> > >> Have fun!
> > >> Xav
>
> > --

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to