Problems encountered Android environment to build summary

Environment: Ubuntu 11.10 x64: 
1. Installation 
/ opt / eclipse / android-sdk 
Solution: apt-get install libs-IA32 
2. You can not install the Eclipse plug-adt 
open the Eclipse: 
windows-> preferences-> the install / Update-> Avai ... 
select or add the following two URLs, 
         GEF Update Site: http://download.eclipse.org/ Tools / gef / the Updates / Releases / 
         Galileo: http://download.eclipse.org/releases/galileo 
enter help-> Install new software, first select the GEF upgrade (should only upgrade to the corresponding version, but I put all are elected) 
                                                         and then upgrade WST, the final surface of the galileo patience to find it, but galileo load will be very slow, it can wait. 

During prompted, choose to restart or OK, should be very smooth. 
If GEF update Site does not open, go directly to http://www.eclipse.org/galileo/projects.php find the URL corresponding to 
encounter problems when Eclipse version is 3.5.2, the configuration of the Android development environment ...... 
according to Android official documents a step by step installation, to the Eclipse ADT plug-in installed, suggesting that "requires 'org.eclipse.gef 0.0.0' but it could not be found", looking for a long time and finally solve the problem: 
the lack of GEF, Eclipse's Graphic Editing Framework, Here is the address of this plugin: 
http://download.eclipse.org/tools/gef/updates/releases/ 
> the install New Software to add this one Help- Eclipse menu bar, and then select the option to install the corresponding version of the Eclipse well you can. 
Original address here (thank the man child, a contribution link) 
http://tewson.com/content/orgeclipsegef-000-required-installing-android-development-tools-eclipse-351 
Also to be added at time of installation ADT automatically installing the following site-dependent components: 
the Eclipse the GEF - http://download.eclipse.org/tools/gef/updates/releases/ 
Eclipse EMF      - http://download.eclipse.org/modeling/emf/updates/releases/ 
Eclipse GMF      - http://download.eclipse.org/modeling/gmf/updates/releases 
Eclipse Webtools - http://download.eclipse.org/webtools/updates/ 

Google eclipse Plugin - http://dl.google.com/eclipse/plugin/3.5 
3. Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder. 
解决方案: If you look in the "Android SDK Manager" in the "Android 4.0 (API 14)" section you'll see a few packages. 
One of these is named "ARM EABI v7a System Image" 
This is what you need to download in order to create an android 4.0 virtual device. 

Reproduced in: https: //www.cnblogs.com/lullabyus/archive/2012/01/15/2322871.html

Guess you like

Origin blog.csdn.net/weixin_34067049/article/details/93771291