您的位置:首页 > 移动开发 > Android开发

Downloading Android SDK and ADT Plugin Setup

2011-10-07 12:13 363 查看
 

Abends:

 

Cannot complete the install because one or more required items could not be found.

  Software being installed: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486)

  Missing requirement: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486) requires 'org.eclipse.gef 0.0.0' but it could not be found

 

==================================================================================

====Jun. 16th, 2011=========================

Today, I downloaded Android SDK by Android core starter package, and i also downloaded Eclipse3.6.2 and ADT Plugin. When i installed Android plugin by offline way. I got the following abends:

 

 

Cannot complete the install because one or more required items could not be found.

  Software being installed: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486)

  Missing requirement: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486) requires 'org.eclipse.gef 0.0.0' but it could not be found

 

 

It indicates that in my classic Eclipse 3.6.2 platform lacks the plugin 'org.eclipse.gef 0.0.0', even if i found a the dependent plugin. Another dependency problem occurs.

 

 org.eclipse.wst.sse.core 0.0.0' but it could not be found

 

So i need to find it again. and another similar problem occurs again....

 

Fixed Method:

 

It is so late, i will continue it tomorrow....

=======Jun. 17th, 2011=================

Today, i will show the fixed method. It indicates that your classic Eclipse3.6.2 lacks some dependent plugins. Either online or offline installation of ADT requires calculating dependent plugins. Refer to the following steps to install ADT and download the
dependent plugins at the same time. Note that the step 4.

Start Eclipse, then select Help > Install New Software....
Click Add, in the top-right corner.
In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/
Click Available Software Sites, select Heilos, value is http://download.eclipse.org/releases/helios for downloading dependent plugins, if no Heilos, refer to step 2 and 3 to add Heilos.


Click OK Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
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. Note: 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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐