工欲善其事, its prerequisite.
Thinking back when I first started learning Android, the environment is really a headache, a lot of blog, read a lot of articles, cost Dickens just to build the environment. At that time, I wanted to have a direct development environment, and quickly began to write Android App.
But now, thanks to Google's blessing, we can directly download an environment is configured IDE, directly can write the app. Of course, you have to have an existing Java (JDK/JRE) environment, you can refer to this article for those who have not installed the JDK: http://jingyan.baidu.com/article/6dad5075d1dc40a123e36ea3.html, or search by yourself.
I now assume that everyone has a Java environment, download the IDE quickly;
Google official: http://developer.android.com/sdk/index.html (need to turn over the wall)
Click the button that is circled in the picture to be able to download;
Do not turn over the wall of the classmate also do not worry, I have a backup here:
Eclipse:
Windows 32-bit system: Http://yunpan.cn/QCGpCqwiFKNbK, extract code: B4A5
Windows 64-bit system: Http://yunpan.cn/QCG4ueDEdiLYL, extract code: a809
Android Studio:
Windows system: Http://yunpan.cn/QCG4rTqePfSEK, extract code: 54D3
At home, I estimate that most of the Ides used in recent years should still be eclipse. If you download eclipse, the download should be a zip file. After the decompression will find that there are two folders, one is eclipse, the other is the SDK; go to the Eclipse folder, if it is a Windows system, find Eclipse.exe double-click to run the line, if it is a Linux system, you will see the following files:
Use the command line to enter the directory, and then enter the./eclipse to enter the IDE.
Ide:
If there is no prompt error, then our IDE is complete! is not very simple, not like before also a variety of Download SDK, install ADT, various configurations ... Just download, unzip, run OK.
Next, I will pick out the Android official training interesting Project learning exercise, hope and June Mutual encouragement!