eclipse安装ADT出错问题

来源:互联网 发布:xenomai编程笔记 编辑:程序博客网 时间:2024/04/30 23:09

在使用Eclipse(mars)安装ADT时,报如下错误: No repository found containing: osgi.bundle,com.android   一堆,就不复制过来了。

通过网上找,可以直接下载ADT zip包,然后在eclipse的install new software中直接选择这个zip包,然后一路向下就行了。

网上有些答案说跟eclipse的版本有关,估计是没有关系的吧。


google是这样写的:


Troubleshooting ADT Installation
If you are having trouble downloading the ADT plugin after following the steps above and you are behind a firewall (such as a corporate firewall), make sure that you have properly configured your proxy settings in Eclipse. In Eclipse, you can configure proxy information from the main Eclipse menu in Window (on Mac OS X, Eclipse) > Preferences > General > Network Connections.


If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you can download the ADT zip file to your local machine and manually install it:


Download the ADT Plugin zip file (do not unpack it):


https://dl.google.com/android/ADT-23.0.6.zip

  1. Start Eclipse, then select Help > Install New Software.
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog, click Archive.
  4. Select the downloaded ADT-23.0.6.zip file and click OK.
  5. Enter "ADT Plugin" for the name and click OK.
  6. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  7. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  8. Read and accept the license agreements, then click Finish.
If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
When the installation completes, restart Eclipse.
To update your plugin once you've installed using the zip file, you will have to follow these steps again instead of the default update instructions.



0 0
原创粉丝点击