1. Originally installed is the latest jdk-6u21-windows-x64.exe, and then downloaded the latest eclipse-jee-luna-sr2-win32-x86_64.zip, did not think unexpectedly error, a check unexpectedly is not compatible, not all X64 .... No language
And then uninstalled the JDK, changed to a X32 jdk-6u45-windows-i586.exe open unexpectedly again error
A check error message, know one is X32 one is X64 ....
So again to download eclipse442win32.zip and Jdk-8u45-windows-i586.exe have become 32-bit, decisive good ... No language
2. Go to the website to download android-sdk-windows, after decompression should be placed in the C packing directory C:\android-sdk-windows
Then open the SDK inside Manager.exe prompt Failed to fetch URL http://dl-ssl.google.com/android/repository/repository.xml, Reason:
A look at the information know not connected on Google, open the computer with Notepad open C:\WINDOWS\system32\drivers\etc in the Hosts file in the last line of Notepad add 74.125.237.1 dl-ssl.google.com (google IP)
OK, then open the SDK Manager.exe, first select one of the sdk19 to install the test
4.Eclipse and DDMS are used together and are now separate and we're going to tie it together
Turn on eclipse and don't see the Android item in Window-preferences, it was to install ADT
So download adt-23.0.2.zip from the Internet and install it in Eclipse, I'm referring to this http://www.2cto.com/kf/201409/335370.html,
Finally, look at the next step.
After eclipse restarts, I finally see the Android item, prompting to add the ANDROID-SDK location (of course we want to select the C:\android-sdk-windows before the C drive) and then follow the prompts next
Again in the download ... Don't know what it means, just wait.
Test app performance with Android Debugging Tools Ddms