Can't update ADT plugin in Eclipse to version 23.0.0 or above

后端 未结 7 1896
长发绾君心
长发绾君心 2020-12-09 15:02

I am beginner in Android programming. My problem is, that I can not update ADT. The problem started, when after a long time I have updated in Android SDK Manager the Androi

7条回答
  •  温柔的废话
    2020-12-09 15:39

    The only solution that worked to me was to download the current Eclipse ADT bundle from the Android site

    After download it, I copied my current sdk to a folder like .../development/sdk. Then I deleted the sdk that came with this new Bundle.

    I put ADT Bundle in .../development/adt-bundle-.... After start it, you jave to inform the new sdk location in Window > Preferences > Android, so in SDK Location you put the new sdk path. In my case: .../development/sdk.

    Of course, you can put the sdk folder inside the new ADT Bundle folder, but I do this way, because I use Android Studio as well, so I point the two IDEs to the same SDK.

    After finish this and be sure everything is working I deleted the old ADT Bundle folder.

提交回复
热议问题