Build Android development environment (based on windows)

Build Android development environment consists of two parts, a download android sdk, i.e. Android SDK, Android developers containing various API required, another editor, selected Android studio. Google official recommended the use of Android studio, of course, we can also use eclipse to develop Android applications, but more applications use gradle to build the project, I think the use of gradle feel very uncomfortable on the eclipse of (personal view), as Android studio being developed comfortable, but also more powerful editor, mainly free of charge.

 

1. Download Android studio:

https://dl.google.com/dl/android/studio/install/3.5.3.0/android-studio-ide-191.6010548-windows.exe

2. Download android-sdk-windows:

       https://www.androiddevtools.cn/

3. Install link:

https://zhuanlan.zhihu.com/p/37974829

 

 

 

If you encounter a double tap SKD Manager.exe flash back, open a direct Android studio, sdk download via Android studio.

4. If you do not set the environment variable sdk, then Android studio at startup, then you can choose to install the sdk position. Select the android-sdk-windows installation directory just fine.

Guess you like

Origin www.cnblogs.com/javabull/p/12115389.html