
Question:
I have just downloaded eclipse juno and when I create an activity, it isn't showing up in my project. I have tried installing <a href="http://dl-ssl.google.com/android/eclipse/" rel="nofollow">http://dl-ssl.google.com/android/eclipse/</a> as others have suggested but it comes up with this error:
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]
Answer1:This is a bug with the latest bundle provided by Google. See <a href="http://code.google.com/p/android/issues/detail?id=72912" rel="nofollow">http://code.google.com/p/android/issues/detail?id=72912</a>.
<ul><li>There is no way to update an existing ADT bundle that you might have downloaded.</li> <li>You can do one of two options:
<ol><li>Install eclipse from eclipse.org and install ADT by pointing to the update site: <a href="https://dl-ssl.google.com/android/eclipse" rel="nofollow">https://dl-ssl.google.com/android/eclipse</a>
</li> <li>Download bundles from here:
</li> </ol></li> </ul><blockquote>linux 64 bit vm: <a href="http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip" rel="nofollow">http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip</a>
linux 32 bit vm: <a href="http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip" rel="nofollow">http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip</a>
mac: <a href="http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip" rel="nofollow">http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip</a>
win32: <a href="http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip" rel="nofollow">http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip</a>
win64: <a href="http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip" rel="nofollow">http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip</a>
</blockquote>Starting with ADT bundle 23.0.2, you should be able to update to future versions of ADT.
Answer2:I was facing the same problem, was able to solve in this way -
<ol><li>Eclipse-->Help-->About Eclipse---->Installation Details</li> <li>Select - Android DDMS, ADT, Android Hierarchy Viewer, Android Native Development Tools, Android TraceView and Tracer for OpenGL ES packages. All must be version 22.xx</li> <li>Uninstall all the plugins selected above.</li> <li>Restart Eclipse</li> <li>Install ADT from update site - <a href="https://dl-ssl.google.com/android/eclipse/" rel="nofollow">https://dl-ssl.google.com/android/eclipse/</a></li> </ol>