Android Android-build an android development environment, android-android
Android official website address: http://developer.android.com/, download and install AndroidSDK following the steps below:
Download ADT and SDK: http://developer.android.com/sdk/index.html
Android SDK is a development kit provided by Google to developers.
ADT is the abbreviation of Android Developer Tools
Suggestion: It is recommended that beginners download ADT-Bundle directly, which includes eclipse, ADT, SDK
After the download is successful, decompress ADT-Bundle to see the eclipsefolder and open eclipse.exe.
Android SDK Manager is a very important tool. Here we can download SDK tools and sdks of various Android versions.
Find the Window in the eclipse menu bar, as shown in.
After selecting Android SDK Manager, the following dialog box is displayed:
Here we can select the Android version to be updated or downloaded
Here is a brief introduction. Next we will start to build our first Android project.
Detailed steps for building the android development environment,
1.1 JDK Installation
1.2 install Eclipse
1.3 Android SDK Installation
1.4 ADT Installation
1.5 create AVD
Build an Android Development Environment
2. Configure ADT (Figure 3.1 to figure 3.10)
Android project development can be performed only when the ADT plug-in and Android SDK are configured.
ADT Configuration:
Step 1: Open eclipse, double-click eclipse.exe, and click OK, as shown in Figure 3.1 to Figure 3.4;
Step 2: In eclipse, select "help-> Install New Software"-> click "add"-> select “archive..htm, select the adt-0.9.1.zip file, and click "OK"-> select "Developer Tools ", click "Next"-> "Finished"-> finish, select the terms of acceptance, and click "Finished" until the process is completed. After completion, eclipse is restarted. Figure 3.5 to figure 3.10;
3. Configure the Android SDK (Figure 3.1 to figure 3.14)
In eclipse, select "Window-> Preferences"-> "Android" in sequence. The Window shown in Figure 3.12 appears, close the warning window-> select the android sdk directory (decompressed by), 3.13, and click OK-> In Figure 3.14, click "Apply" and click "OK ", after the configuration is complete, return to the eclipse initial interface.
I have a document for you.
I have just configured the ADT version. If it is relatively high, you need to obtain an avd.