Problem installing ADT in Eclipse

后端 未结 4 1978
醉梦人生
醉梦人生 2021-01-16 01:43

I\'ve already installed the SDK and now I need the Eclipse plugin. However, it won\'t work. It gets to about 25-29% and hangs for a few minutes, then fails and I get this er

相关标签:
4条回答
  • 2021-01-16 02:05

    Download the ADT Plugin zip file

    ADT Plugin Zip File

    • Start Eclipse, then select Help > Install New Software.
    • Click Add, in the top-right corner.
    • In the Add Repository dialog, click Archive.
    • Select the downloaded ADT-20.0.3.zip file and click OK.
    • Enter "ADT Plugin" for the name and click OK.
    • In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
    • In the next window, you'll see a list of the tools to be downloaded. Click Next.
    • Read and accept the license agreements, then click Finish.

    If you get a security warning saying that the authenticity or validity of the software can't be established, click OK. When the installation completes, restart Eclipse.

    Page link fore study

    0 讨论(0)
  • 2021-01-16 02:12

    I meet this problem too. What I have done was downloaded the offline package, here: http://developer.android.com/sdk/eclipse-adt.html#troubleshooting . Hope I helped :)

    0 讨论(0)
  • 2021-01-16 02:12

    I've solved this applying the fix that frogman suggests here: https://stackoverflow.com/a/10103295/106342

    I reproduce it here:

    Uncheck “Contact all update sites during install to find required software”

    The checkbox mentioned there is in the dialog that shows up when you hit "Install new software".

    0 讨论(0)
  • 2021-01-16 02:20

    I was having a similar problem. Tried the answer above, and still getting this:

    An error occurred while installing the items session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.android.ide.eclipse.adt 20.0.3.v201208082019-427395, action=). Failed to prepare partial IU: [R]com.android.ide.eclipse.adt 20.0.3.v201208082019-427395.

    I'm running Win 7 Premium on a Dell Laptop 64bit

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