我刚刚下载了eclipse,当我创建一个活动时,它不会出现在我的项目中。我尝试过像其他人所建议的那样安装http://dl-ssl.google.com/android/eclipse/,但是出现了以下错误:
Your original request has been modified.
"Android Traceview" is already installed, so an update will be performed instead.
"Android Development Tools" is already installed, so an update will be performed instead.
"Android DDMS" is already installed, so an update will be performed instead.
"Android Hierarchy Viewer" is already installed, so an update will be performed instead.
"Android Native Development Tools" is already installed, so an update will be performed instead.
"Tracer for OpenGL ES" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
Software being installed: Android Development Tools 23.0.2.1259578 (com.android.ide.eclipse.adt.feature.feature.group 23.0.2.1259578)
Software currently installed: eclipse 23.0.0.1245622 (adtproduct 23.0.0.1245622)
Only one of the following can be installed at once:
Android Development Toolkit 23.0.2.1259578 (com.android.ide.eclipse.adt 23.0.2.1259578)
Android Development Toolkit 23.0.0.1245622 (com.android.ide.eclipse.adt 23.0.0.1245622)
Cannot satisfy dependency:
From: eclipse 23.0.0.1245622 (adtproduct 23.0.0.1245622)
To: com.android.ide.eclipse.adt.feature.feature.group [23.0.0.1245622]
Cannot satisfy dependency:
From: Android Development Tools 23.0.0.1245622 (com.android.ide.eclipse.adt.feature.feature.group 23.0.0.1245622)
To: com.android.ide.eclipse.adt [23.0.0.1245622]
Cannot satisfy dependency:
From: Android Development Tools 23.0.2.1259578 (com.android.ide.eclipse.adt.feature.feature.group 23.0.2.1259578)
To: com.android.ide.eclipse.adt [23.0.2.1259578]发布于 2014-07-07 16:09:28
这是Google提供的最新包中的一个bug。见http://code.google.com/p/android/issues/detail?id=72912。
1. Install eclipse from eclipse.org and install ADT by pointing to the update site: [https://dl-ssl.google.com/android/eclipse](https://dl-ssl.google.com/android/eclipse)
2. Download bundles from here:
Linux64位vm:64-20140702.zip Linux32位vm:http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip mac:64-20140702.zip win32:http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip win64:64-20140702.zip
从able 23.0.2开始,您应该能够更新到ADT的未来版本。
发布于 2014-07-14 13:05:48
我也面临着同样的问题,能用这种方式解决-
https://stackoverflow.com/questions/24595811
复制相似问题