I've been working on my first Android game for a few months now (it's taking longer than I expected) and since the the main purpose of this blog was Android development, after today I'm going to publish some tutorials explaining how everyone can develop simple games for Android.
Before starting with the basics, we need to:
Finish those 2 steps before reading any further.
Now, let's install and configure the ADT plugin.
The Android Development Tools (ADT) is a plugin for the Eclipse IDE that extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) .apk files in order to distribute your application.