Two solutions to ADT installation failure in Eclipse [Android Development Tooling], adttoolingCause
Recently, I want to build an Android development environment in Windows 7. Although I have Android Studio, I am still used to Eclipse. As we all know, it is impossible for Eclipse to directly install the ADT (Android Develepment Tooling) plug-in. Here are two solutions. The premise is to install Google first
1. Build an Android Development Environment
To learn more about Android development, we will start to build an Android development environment in Windows.
I have found some relevant blog posts for reference. Basically, we need to download and install JDK, Eclipse, AndroidSDK, and ADT respectively.
Later, we found the official Android sdk download address, which provides an ADT Bundle for download.
This
Revisions
The sections below provide notes about successive releases of the ADT plugin, as denoted by revision number.
For a summary of all known issues in ADT, see
Http://tools.android.com/knownissues.
ADT 17.0.0
(March 2012)
Dependencies:
Java 1.6 or higher is required for ADT
First, go to the official website http://developer.android.com/index.html to download ADT and SDK corresponding version.
ADT configuration: Open eclipse
For example, select install new software.
After you click Add, an example is displayed. Write a name at the name location, click archive, select the ADT location (a compressed package), and perform the fol
1: Open the Adt-bundle-windows-x86\eclipse directory. Newly created directory Subclipse (note: adt-bundle-windows-x86 is my eclipse directory name)2: Open Eclipse's svn plugin zip file (site-1.8.4.zip)3: Extract the features and plugins directories from the Open Site-1.8.4.zip package to the Adt-bundle-windows-x86\eclipse\subclipse directory4: Open
successfully)Well, in DDMS you will find that the read and write permissions of the SDcard directory have been modified. The import of the file in it can be successful.Common errors:1.Failed to push items nullWorkaround: This time requires a reboot of eclipse orADB rootADB remountIt's OK when you're done.2.Could not find sdk_root\tools\adb.exe!The possible reason is that the downloaded SDK version is too new. There are basically two kinds of installation strategies on the Internet: one is to do
automatically save what you have entered.
Update the environment variables you just configuredOn the command line, enter source. Bash_profile
Verify that the configuration is successfulEnter adbif-bash:adb:command not found is present, and the ADB command parameter is interpreted. Indicates that the environment variable is configured successfully.
Then execute the ADB commandADB kill-serverADB start-serverThe task is completedReference: http://b
I started working on Android these days. Because I haven't used eclipse for a long time, I updated the latest ADT when I started it. After the update, I found that the previous project could not display graphical layout, and I was overwhelmed, after querying a lot of information, the problem was not solved. It was confusing all morning and finally solved the problem by changing the XML opening method: Right
Operating system Ubuntu 11.04
Eclipse 3.7.0
"Requires 'org. Eclipse. WST. SSE. Core 0.0.0 '" was encountered during ADT installation.
Solution:
1 click "available software sites" under the Add button and select Helios milestone repository http://download.eclipse.org/releases/helios
2. Go back to the plug-in installation page and check the "Contact all Update site during install to find required softw
After Android adt21 is updated, the SDK tool displays "this version of ADT requires Android SDK tools revision 21.0.0". However, the latest SDK version downloaded on the android developer website is only 255.0.0.
Solution:
Open SDK manager.Open the menu tools> options...View "enable preview Tools"
Check the update after selecting the SDK. The tools (preview channel) project appears. For example, you ca
= left_pos + mi Ddle + right_width-right_pos while Len (Left_lines) The code did not give comments, toss me a lot of time ... Recursion ...(After a while I comment, first put the code out)Here is a version of the changes, but also a bit of a perfect place, but also can make use of: def __str__ (self): def recurse (node): If node is None:return [], 0, 0 Else:left_lines, left_pos, left_width = recurse (node.left) Right_lines, R Ight_pos, right_width = recurse (node.right) label = STR (node.n
ReasonRecently, I want to build an Android development environment in the new Win7, although now there is Android Studio, but still is accustomed to Eclipse a bit. For well-known reasons, Eclipse directly installs the ADT (Android develepment tooling) plugin is not possible, here are two solutions, our premise is to first install Google's turn [email protected]! wall Tool Goagent.First, the use of ProxyBecause direct access is not possible, so you can
1: Open Adt-bundle-windows-x86\eclipse folder, create new Folder Subclipse (Note: adt-bundle-windows-x86 for my Eclipse directory name)2: Open Eclipse's svn plugin zip file (site-1.8.4.zip)3: Extract the features and plugins folders from the Open Site-1.8.4.zip package to the Adt-bundle-windows-x86\eclipse\subclipse folder4: Open the
( Now that Google has launched Android studio, students who want to quickly join the Android development can easily configure the development environment, and interested students can find some information about Android studio here.) http://www.android-studio.org/)Body:Adt-bundle for Windows is an integrated IDE, officially provided by Google Android, which already contains eclipse, you no longer need to download eclipse, and the plugin is integrated It solves the complex problem of most novices
Eclipse version 3.5.2 is used to configure the android development environment ......
Install the SDK step by step according to the official Android documentation. When the ADT plug-in of eclipse is installed, the system prompts "requires 'org. eclipse. GEF 0.0.0 'But it cocould not be found ". After a long time, the problem was finally solved:
The GEF and eclipse's graphic editing framework are missing. The following is the plug-in address:
Http://d
ADT-Bundle for Windows is an integrated IDE officially provided by Google Android. It already contains Eclipse. You do not need to download Eclipse, and the plug-in has been integrated into it, it solves the complicated problem that most new users use eclipse to configure the Android development environment.
With ADT-Bundle, new Android Developers do not need to refer to tedious configuration tutorials on t
Why would you configure ADT? This is equivalent to inserting plugins into Eclipse and compiling Android-related programs.Why are you leaving floss? A word, quick! I was in thread an afternoon of ADT, not an error is a slow fall on the old bull.So I got an ADT offline install package on the Web (no decompression required).Of course, if your eclipse wants to config
One of the Android software development tools is eclipse, but in these tools eclipse is an open source, java-based, extensible development platform. For its part, it is just a framework and a set of services for building the development environment through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including Java development tools (Java Development kit,jdk). These are just our understanding of the eclipse definition, our computers generally have eclipse, so w
(1) Modify the encoding of the workspace:Window->preferences->general->workspace->text file EncodingSelect the encoding you want in others and save it.(2) Modify the encoding method for individual projects:Right-click the project and select the last item "Properties" in the popup menu.Select Info (the first one) in the menu tree on the left side of the new window that opens, and then find the Text file encoding on the right, select "Other" and select the encoding you want in the dropdown box.(3)
Android adt SDK cannot be downloaded. androidadt
Solution 1: the website cannot be accessed
Vpn mode, not recommended, not stable at all
Modify the hosts file. The file location for windows and mac OS is different.
In windows: C :\\ Windows \ system32/drivers \ etc \ hosts
In mac OS:/etc/hosts
Step 2 modify the hosts file and add the following content (administrator privilege required)
203.208.46.146 www.google.com203.208.46.146 dl.google.com
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.