Problem Installing Adt In Eclipse
Solution 1:
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".
Solution 2:
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 :)
Solution 3:
Download the 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.
Solution 4:
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
Post a Comment for "Problem Installing Adt In Eclipse"