'required items could not be found' error when installing ADT plugin

前端 未结 2 1732
南方客
南方客 2020-12-08 09:58

Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 12.0.0.v20110628192

相关标签:
2条回答
  • 2020-12-08 10:55

    Have had the same problem a few times. You need to add the following urls to the "Available Software Sites" of your eclipse installation:

    • http://download.eclipse.org/releases/indigo
    • http://download.eclipse.org/eclipse/updates/3.7

    That should fix it.

    If not, see my install paths, and add as needed:

    enter image description here

    Also, make sure you tick the box on install that says "Contact all update sites during install to find required software".

    0 讨论(0)
  • 2020-12-08 10:58

    Use the Android Bundle http://developer.android.com/sdk/index.html#download

    (see my answer here https://stackoverflow.com/a/14754583/414969)

    0 讨论(0)
提交回复
热议问题