While browsing for something completely different over at the Eclipse sites we found the following very nice and comprehensive tutorial for Eclipse and Android beginners. It leads you through all the steps involved from installing the SDK and plugin to starting a new Android project inside of Eclipse, defining the UI and filling in some useful code.

The tutorial explains all the needed steps involved and does also cover the resulting file structure and how to access the logs later on. At the end it very briefly covers the topic of Content Providers with another short example.

Check it out and you have your first Androiud 2.0 app running in about an hour.