Android为Eclipse准备了ADT插件

如果在Eclipse--Window--Preference没有ADT选项

可以打开Eclipse--help--Install New Software

点击右上角的Add,在对话框中Name中填入ADT Plugin,URL中填入https://dl-ssl.google.com/android/eclipse/

点击ok,选中Developer Tools,然后next安装!

参考:http://developer.android.com/sdk/installing/installing-adt.html#Download

如果出现如下错误:Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395)
Missing requirement: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395) requires
'org.eclipse.wst.sse.core 0.0.0' but it could not be found

大致意思是安装ADT(Android Development Tools) 时缺少 org.eclipse.wst.sse.core 0.0.0

解决方法:help——>Install New softWare——>Available Software Sites 会出现Preferences对话框 如下图

为Eclipse安装插件ADT plugin_第1张图片
选择The Eclipse Project Updates 前面打钩(没有的可以Add... 自行添加)

然后再重新上面的安装过程!

如果eclipse的windows目录下没有Android SDK Manager

在eclipse的Windows==》Customize Perspective==》Command Groups Availability选项卡,左边的Available command groups 下的Android 开头的那几个都打上勾,然后ok就好了

启动AVD时碰到一个错误提示:

WARNING: Application calling GLX 1.3 function "glXCreatePbuffer" when GLX 1.3 is not supported! This is an application bug!
X Error of failed request: GLXUnsupportedPrivateRequest
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 16 (X_GLXVendorPrivate)
Serial number of failed request: 20
Current serial number in output stream: 22

真是好事多磨,更新SDK,Eclipse版本都没有用,网上不少人碰到,但就是没有个正确答案

折腾一天终于发现原来是Xming的问题,之前用的xming-x-server-6-9-0-38-en-win.exe是非官方网站下的

后来更新官网的Xming-6-9-0-31-setup.exe,问题解决

再一次理解正版多么重要!可能的脑细胞不知道死了多少!希望对大家有帮助!

更多相关文章

  1. eclipse添加android插件错误处理方法
  2. Android官方技术文档翻译——Gradle 插件用户指南(7)
  3. Android Studio安装Genymotion插件
  4. android插件化研究
  5. Android Studio 安装ASM插件
  6. Android无法真正睡眠:服务广播插件等仍激活消耗CPU造成耗电快
  7. 如何在Android平台上创建自定义的Cordova插件并使用SAP UI5消费
  8. Android Studio 插件的使用
  9. android插件开发机制研究

随机推荐

  1. [置顶] Android中在界面上动态显示歌词
  2. Android 异步更新UI----AsyncTask
  3. Android中的悬浮对话框和即点即关对话框
  4. android Looper、Handler和MessageQueue
  5. 推荐10个Android开源项目
  6. android opencv 前置摄像头
  7. Android的TextView
  8. Android 使用TextView实现跑马灯效果
  9. Android中插件开发篇之----应用换肤原理
  10. Android 设置dialog背景全透明无边框