Eclipse: won't let me use Android SDK, wrongly claims my ADT is out of date

前端 未结 9 1558
借酒劲吻你
借酒劲吻你 2020-11-30 22:15

I\'m developing for Android with Eclipse, and all was working well until yesterday. I used Ninite to update all my stuff, including JREs and everything (pro tip: do not do t

9条回答
  •  遥遥无期
    2020-11-30 22:51

    I found the answer to the problem. (I'm using Helios, but it should work anyway)

    1. Goto folder /Program Files(x86)/Eclipse/Plugins/ and make sure previous older versions of com.android.ide.eclipse.adt.package_##... are deleted (sometimes update fails to delete because of UAC). Keep the current desired version and complete the following.

      enter image description here

    2. Run Eclipse as administrator or disable UAC temporarily. (windows 7)

    3. Go to HelpInstall New Software.

    4. On Work with: type https://dl-ssl.google.com/android/eclipse/ and press ENTER.

    5. Wait for Eclipse to fetch the repository. An item named Developer tools will appear in the list.
      Mark it for install, press Next and follow the steps to install the ADT tools.

    6. When finished, it will ask to restart Eclipse. Make sure you do this.

    7. When Eclipse restarts, all your Android SDK packages should show up again.

    8. Dont forget to resume UAC if you need it.

提交回复
热议问题