Android 开发环境搭建需要四个步骤:
1, JDK:
2, Eclipse:
3, Android SDK:
4, ADK(Android development kit.):
其中的前两步做过java开发的都应该会使用了,此处忽略, 这个系列从3开始介绍。 本文就重点介绍android SDK的安装:
1, 下载 android SDK,
现在连接: http://developer.android.com/sdk/index.html#Other
根据个人爱好下载一个即可;
2, 安装:
Installing the Stand-alone SDK Tools
The stand-alone SDK Tools package does not include a complete Android development environment. It includes only the core SDK tools, which you can access from a command line or with a plugin for your favorite IDE (if available).
If you didn't download the SDK tools, go download the SDK now, or switch to the Android Studio install instructions.
[ Show instructions for all platforms ]
To get started on Windows:
Your download package is an executable file that starts an installer. The installer checks your machine for required tools, such as the proper Java SE Development Kit (JDK) and installs it if necessary. The installer then saves the Android SDK Tools to a specified the location outside of the Android Studio directories.
- Double-click the executable (
.exefile) to start the install. - Make a note of the name and location where you save the SDK on your system—you will need to refer to the SDK directory later when using the SDK tools from the command line.
- Once the installation completes, the installer starts the Android SDK Manager.
The Android SDK tools are now ready to begin developing apps, but there are still a couple packages you should add to make your Android SDK complete.
本文将详细介绍Android开发环境中AndroidSDK的安装步骤及如何确保SDK完整,为开发者提供全面指导,确保顺利进行Android应用开发。
610

被折叠的 条评论
为什么被折叠?



