I am trying to Install the SDK Platform tools within my SDK manager in Eclipse.
The versions of Eclipse, SDK and ADT I am using are:
Eclipse Luna
SDK version 21.0.0
ADT version 21.0.0
Note: I am purposely using older versions as they are compatible with a plugin tool I wish to use.
When I open SDK manager and try to install the SDK platform tools, the Manager states that they have been installed but this is not the case. If SDK manager is shut and re-opened the tools have not been installed.
Why is this the case? How can I install them?
Screen shot of SDK Manager:
Just switch to Android Studio.
The android bundle for eclipse is dead.
I've switched to Android Studio about 3 months ago and it's way much better.
try to delete what's under Extras.
CLOSE, RE-OPEN the manager and then try to install the platform tools again.
Related
I have two Windows 10 machines with the latest Visual Studio 2017 (15.9.18) installed. But one of the machines has a different Android SDK Platform-Tools version in the Android SDK Manager:
One has 28.0.0 and the other one has 29.0.1. How can I get them on the same version?
Now I found a way to change the Android SDK Platform-Tools. You can download the versions from here:
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
https://dl.google.com/android/repository/platform-tools_r29.0.1-windows.zip
https://dl.google.com/android/repository/platform-tools_r28.0.0-windows.zip
Then go to your Android SDK Location (for me it is C:\Users\some-user\AppData\Local\Android\android-sdk\platform-tools) and put the files from the archive in this directory. Make a backup first - just in case.
Don't know why you can't do this in the Android SDK manager (Android SDKs and Tools Version 1.2.192 (d15-9/9312139)) itself and why he doesn't offer an upgrade after initial installation of Xamarin.
I've installed "eclipse-java-2018-09-linux-gtk-x86_64" on ubuntu 18.04 and add ADT to eclipse for android development.
When I open eclipse an error message is shown about getting the required ADT version number from SDK and suggesting to fix it using SDK Manager, But when I try to open the SDK Manager it won't run.
The latest version of android SDK won't work with eclipse because eclipse's support has been removed. but it is still possible to create android app using eclipse by using the older version of SDK. try to download android SDK tools 22. Extract it in your home folder, set it in eclipse Windows-preferences-android-sdk_path. do not update any sdk components higher than 22. here is my screen shot of android sdk manager that works fine on ubuntu 16.04 32-bit system with eclipse kepler. if you want to use latest version of SDK then you have to use android-studio.
I see this on the forum, but unlike the hit on the forum where a version update was required to resolve, I believe my software is up to date.
Under Windows 7, Android SDK Manager shows:
android sdk tools 21.1 Installed
Android sdk platform tools 16.0.2 Installed
SDK path c:\users\owner\documents\adt-bundle-windows-x86-20130219\adt-bundle-windows-x86-20130219\sdk
When I try to begin a project via 'file-new-Android Application Project', the panel reports
---The tools need to be updated via the SDK Manager
---Tools installed out of date or not installed
Any direction on this would be appreciated.
OK. I had viewed this Eclipse ADT and find out the way to get around this issue and able to Update My SDK Tool to 21.1.0.
Solution is : First Update ADT to 21.1.0 and Then Update SDK Tool to 21.1.0
Actually, above link Says,
ADT 21.1.0 is designed for use with SDK Tools r21.1.0. If you haven't already installed SDK Tools r21.1.0 into your SDK, use the Android SDK Manager to do so.
So, What i have to do is to update my ADT to 21.1.0(Latest Version) and then was able to update SDK tool to 21.1.0. i thought only SDK Tool has been updated Not ADT. so i was Updating the SDK Tool with Older ADT Version(21.0.1).
How to Update your ADT to Latest Version?
In Eclipse go to Help
Install New Software ---> Add
inside Add Repository write the Name: ADT (as you want)
and Location: https://dl-ssl.google.com/android/eclipse/
after loading some time you will get Developer Tools and NDK Plugins
check both if you want to use NDK in the future or check Developer Tool only
click Next
Finish
Copied
When i open eclipse it says
This version of ADT requires Android SDK Tools revision 21.0.0 rc9 or above.
Current revision is 20.0.0
Please update your SDK Tools to the latest version
So i click the open sdk manager button and but the only things i see are
Androids SDK Tools Rev 20 installed
Android SDK Platform-tools Rev 12 Installed
No options to update and no platforms to install. SO i try running the android.bat as the administrator and i see in the cmd 13 lines of Access is denied
I'm pretty new to android development and eclipse and so now i have no idea what to do
I'm on windows 7 and it is eclipse Juno
Actually, the solution involves no delete or download of the whole installer. After you update the Eclipse ADT, you just have to update the SDK tools in the SDK manager too. The trick is open SDK manager -> Packages menu -> Reload. Then the latest revision will be available to update. It's just that simple, but actually annoying at first.
still you are facing the problem than please click here
Try to reload the packages. it will solve the issue.
Check this link.
I hope it will help you.
Thanks
This question already has answers here:
Android ADT version required 20.0.0 and above
(10 answers)
Closed 9 years ago.
I have just installed Eclipse Juno and installed the ADT plugin 20.0.3 but I am still getting this message on every eclipse launch saying "This version of ADT requires android sdk tools in revision 20.0.0 or above.current revision is 18.0.0.Please upgrade your sdk to latest version".The sdk tools I pointed to in preferences are up to date because tomorrow I was working on Eclipse Indigo(Which also had ADT 20.0.3 installed) and had all the sdk tools updated.I just pointed the same sdk folder in Juno.Please help thank you
Actually, the solution involves no delete or download of the whole installer.
After you update the Eclipse ADT, you just have to update the SDK tools in the SDK manager too.
The trick is open SDK manager -> Packages menu -> Reload. Then the latest revision will be available to update. It's just that simple, but actually annoying at first.
I was having this issue as well except I was getting it for ADT 21 and the message was as follows:
"This version of ADT requires Android SDK tools revision 21.0.0 rc9 or above".
I was not able to update to SDK tools 21.0.0 rc9 using SDK Manager. I found that I had to re-install the SDK Tools for Windows by downloading installer_r1-windows.exe
I found this link on the Get the Android SDK page.
After installing this, my SDK Manager showed SDK Tools 21 as being installed and gave me the option to download the Android 4.2 Platform.
I had the same issue,
go to C:// -> Program Files -> Android
There should only be one folder there, I had more than one (from previous SDK downloads).
Eclipse is confused and is using the wrong one. Delete the outdated folder(s), keep the most recent SDK download.
Re-launch Eclipse, it should pop up an error saying it couldn't find your SDK folder. It give you a button labelled "preferences" in that error. Go to preferences and adjust the path to the only folder found in program files -> android.
Although I had set the proxy settings in the Eclipse Network settings, they weren't used by the SDK Manager. The SDK Manager has its own under "Tools --> Options". It would be great if it could in future versions instead use the default Eclipse proxy settings to avoid this problem.