Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updated Android ADT, now getting errors

Tags:

android

adt

I've just updated my android adt to version 17 and now i cant start my android projects. When I try to update it gives me an error:

This Android SDK requires Android Developer Toolkit version 17.0.0 or above. Current version is 16.0.1.v201112150204-238534. Please update ADT to the latest version.

I've tried to update again but it shows me this

Cannot complete the request.  See the error log for details.  
Android DDMS will be ignored because it is already installed, and updates are not permitted.  
Android Development Tools will be ignored because it is already installed, and updates are not permitted.  
Android Hierarchy Viewer will be ignored because it is already installed, and updates are not permitted.  
Android Traceview will be ignored because it is already installed, and updates are not permitted.  

Is there a way to fix this or can i downgrade adt to fix this problem

like image 893
Worker123 Avatar asked Apr 06 '12 07:04

Worker123


People also ask

Where is Android SDK manager?

To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool. When an update is available for a package you already have, a dash appears in the check box next to the package.

Where does Android Studio Install SDK?

by default, the "Android Studio IDE" will be installed in " C:\Program Files\Android\Android Studio ", and the "Android SDK" in " c:\Users\username\AppData\Local\Android\Sdk ".


1 Answers

Get the Newest ADT by going to help, install software, and entering https://dl-ssl.google.com/android/eclipse/

if it doesn't let you, choose from 'available sites'

like image 185
AaronR Avatar answered Oct 21 '22 05:10

AaronR