ADT needs to update but find no update

后端 未结 8 1812
灰色年华
灰色年华 2021-02-01 13:51

Today I installed API8 from the SDK manager, previously I only had been working with API14. After the SDK manager was done, and upon restarting ADT I got this error:

8条回答
  •  情书的邮戳
    2021-02-01 14:11

    I had the same issue. Please try the following in eclipse

    Help --> Install new software

    Then choose "Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/" from the drop down list and update the ADT

    IF THIS THROWS ERROR Like this

    No repository found containing: osgi.bundle,com.android.ide.eclipse.adt,21.1.0.v201302060044-569685

    Modify http: to https:

    Sample : https://dl-ssl.google.com/android/eclipse/

    And then update ADT. This method worked for me.

提交回复
热议问题