V,
Eclipse ADT
Configuration
ADT
Eclipse in
After the installation is successful, start ADT
The configuration is as follows:
1. After eclipse is restarted, select Window> preferences.... In the Open Properties box, select Android. You can see:
2. Enter the directory where your android SDK is located in the SDK location, and then press the Apply button to see how to install the SDK package, as shown in:
So far, the eclipse + ADT integrated development environment has been installed and configured.
VI,
Android SDK
Configuration
Here we will introduce how to create an AVD. The so-called AVD is Android Virtual Devices, Android virtual devices, and commonly used simulators in embedded development.
- In eclipse, select window-android SDK and AVD manager, or double-click SDK manager.exe In the Android-SDK-Windows Folder. The following interface is displayed:
Note: here we can see that John has created two avds.
In fact, the two avds
The android SDK is not downloaded and installed in this document.
But because all avds
The configuration information is stored in the current user's home
For example, C:/Documents and Settings/Administrator/. Android/AVD.
. Therefore, we can also see it here.
- In the pop-up Android SDK and AVD Manager dialog box, select Virtual Devices and press the new button to create a virtual device, as shown in:
Where:
- Target: SDK type
- SD card: SD card size
- Skin: display type
- Click "create AVD". If the installation is successful, it will be displayed in the "android SDK and AVD manager" dialog box.
Now that the development environment is configured, you can develop applications on Android.