First, the SDK download
Download: Adt-bundle-windows-x86_64-20140702.zip (20140702 is already the last version)
Unzip it as follows:
Click Eclipse Installation
To create a new workspace installation:
Once the above steps are complete, you are ready to use.
Second, the use of analog device
Download from the Hippocampus play official website
Download Simulator:
Install and download
DDMS function: For connection operation of your phone (including simulator)
The concept of resources , and the R file
How resources are referenced , where R files are automatically maintained and do not require programmer involvement
Third, code writing
Four, app packaging
After the application development is finished, package the release, select the Generate signed APK to package the app under the IDE's Build menu
In the Pop-Up wizard dialog box, you need to specify the signature key, at first you can click Create new to create a new key for signing, fill in some fields required by the signature and generate a key file.
Use the generated key to sign the app package
Build our APK app package in the designation APK path we set up just after the compilation is complete
Android app--Development Getting Started tutorial