java - ADT not updated in eclipse -


i using eclipse build android project, when open eclipse, error displayed: enter image description here

for solve problem, downloaded last version of adt (23.0.6) , install in eclipse folowing :

help>install new software 

enter image description here error displayed :

the operation cannot completed. see details.

details:

cannot complete install because of conflicting dependency.
software being installed: android development tools 23.0.6.1720515 (com.android.ide.eclipse.adt.feature.feature.group 23.0.6.1720515)
software installed: android development tools 18.0.0.v201203301601-306762 (com.android.ide.eclipse.adt.feature.group 18.0.0.v201203301601-306762) 1 of following can installed @ once: adt xml overlay 18.0.0.v201203301601-306762 (overlay.com.android.ide.eclipse.adt.overlay 18.0.0.v201203301601-306762) adt xml overlay 23.0.6.1720515 (overlay.com.android.ide.eclipse.adt.overlay 23.0.6.1720515) cannot satisfy dependency: from: android development tools 23.0.6.1720515 (com.android.ide.eclipse.adt.feature.feature.group 23.0.6.1720515) to: overlay.com.android.ide.eclipse.adt.overlay [23.0.6.1720515] cannot satisfy dependency: from: android development tools 18.0.0.v201203301601-306762 (com.android.ide.eclipse.adt.feature.group 18.0.0.v201203301601-306762) to: overlay.com.android.ide.eclipse.adt.overlay [18.0.0.v201203301601-306762]

i thank help.

i removed previous version of adt first , installed that. problem resolved.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -