Android Development Tool 23.0.0 and Android L Update error in eclipse [duplicate]

百般思念 提交于 2019-12-02 16:39:35
Tal Kanel

I had the same problem and just solved it. what I did is uninstall entirely the android plugin from eclipse (from the "about" section..) including trace view..

Do not restart eclipse at this point!

then added again the ADT Plugin (https://dl-ssl.google.com/android/eclipse/)

the problem solved!

I guess it's a bug with the SDK manager or ADT Plugin update mechanism..

It saves my day...!

If for some reason you installed an ADT preview and need to revert back to the current stable, you can't use the dialog to install "new" software since what you want is actually an older one. Instead do this:

  • Open Help > About Eclipse... on Windows or Linux. On Mac, use the app's menu > About...
  • Click the "Installation Details" button.
  • Select the "Installation History" tab.
  • Select one of the previous configurations.
  • Click the "Revert" button at the bottom.

superlinux

I am depending on this article How to install plugin for Eclipse from .zip and I made it sorta work. still needs some fix from me. I'll update soon.

This is based on the idea of opening the ADT plugin zip file and copy it's contents by hand , an old fashioned copy-paste method. I still could not yet make it well configured, but the tools do work.

Don't forget to uninstall older ADT before doing this.

I had the same problem, finally I had to download a new ADT from http://developer.android.com/sdk/index.html is faster than trying to fight vs dependencies or adt versions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!