Overview
After nearly a week of environmental construction, in the CSDN asked, a netizen said to get a proxy, search, indeed someone wrote blog:Android SDK Proxy Server To resolve the issue of the download can not update the domestic
In fact, I have a lot of integrated good adt-bundle-windows, can run, but the online installation does not really under, the Netizen sent this log, I use the 3rd method, really can achieve online installation.
Here, by the way, record the installation process of the ArcGIS Forandroid SDK on eclipse
Install the Arcgis forandroid SDK throughout the Eclipse process
1, install ADT.
2, specify the Android SDK directory.
3. Install Arcgis for ANDROIDSDK.
Details are as follows:
1,adt installation can be installed online, but the general internet is too slow, here with the local installation method, I "adt-23.0.0.zip", in the Eclipse menu bar, select "Help", "Install New software", Click "Add", will pop up the "Add Repository" dialog box, click on the "Archive" button, specify just the good "adt-23.0.0.zip", and specify the appropriate name, the next step is very simple.
2, specify the Android SDK directory : Download the "ANDROID-SDK". We can see that the first step is installed in the Eclipse menu bar "window", "References", in the left one more " Android "tab, select a good tag, specify the SDK location for the Android SDK directory.
3, download good Arcgis for Androidsdk(currently 10.2.4), after decompression, imitate the method of step 1, the target is pointing to the jar file of the extracted file ' \arcgis-android-sdk-v10.2.4\tools\ Eclipse-plugin\arcgis-android-eclipse-plugin.jar ', can be installed.
Installation is complete.
Do not say, note that, after running, it is generally necessary to click on the Keyboard menu on the virtual machine in order to run. I am running a low version of the device, such as Android2.0 fast, but running the high version of the Android virtual machine, very slow (just plain hello World Android program).
Difficult Android development Environment (SDK Agent)