里面有篇文章写得挺好,回头整理一下,今天先记录一下地址,别找不到了 呵呵

http://bbs.imp3.net/thread-10502182-1-1.html


今天二了,在ubuntu上安装eclipse,竟然将64位的eclipse版本一直像32位的ubuntu操作系统上安装!!! 费了半天劲,晕!!

./eclipse  不能识别的二进制文件


记录几个网址,今天回去整理

http://blog.csdn.net/orzorz/article/details/5512890

http://w-tingsheng.blog.163.com/blog/static/250560342012015113253279/

http://www.aptana.com/downloads/start

http://www.aptana.com/products/studio3/download#

http://b.sfw.cn/docs/sdk/show/1034.html



eclipse 安装成功了,但是发现往里面安装adt插件的时候 死活安装不进去,搜索了很多网页,主要有三类解决方法

1 缺少aptana 插件,安装aptana插件后android选项就自动在 preferences中出现了

2 以root的方式来运行安装该程序

3 缺少GEF plugin  Note that GEF is required for ADT  

4 缺少eclipse-jdt 这个插件


最后发现是第二种方法才是解决问题的关键,我使用了ubuntu root用户登录以后,重新安装了一边adt发现已经可以了 呵呵,但是奇怪的是在普通用户中,即便用sudo 命令来安装,竟然也是不行的。


真是众说纷纭啊   呵呵 最后挨个试了一下,发现在我的ubuntu上还没有解决


google 里面 eclipse preferences no android

这样搜索了一下 发现内容还真比百度的要多很多


To add to the instructions on the blog (5b)

  1. Exit eclipse if running
  2. Delete ~/.eclipse/org.eclipse.platform_3.5.0_155965261
  3. Start eclipse
  4. Open Help->Install New Software
  5a. Install GEF plugin from http://download.eclipse.org/tools/gef/updates/releases. Note that GEF is required for ADT
  5b. Install WST Server Adapters from the Eclipse updates (Help>Install new software > http://download.eclipse.org/releases/galileo/ ) - Also required for ADT.
  6. Install ADT plugin from https://dl-ssl.google.com/android/eclipse


Android SDK开发包国内下载地址

http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html


回头整理一下