Android ADT and SDK compatability issues - android

I am using eclipse(juno) from SDK bundle windows-x86_64-20130729. I updated my adt version 22.0.5 to 23.0.6.1720515 but when I try to set the SDK location I am getting error;
this android sdk requires adt version 22.6.2 or above.Current version is 22.0.5.please update adt.
When i try to update adt to 23.0.6.1720515 it gives error;
cannot complete request .adt will be ignored because it is already installed.
Suggestions please?

Since the Google is not giving update to the Eclipse it is recommended that you should use the Android Studio.
But still you want to go with Eclipse than you can remove your existing bundle and download new bundle. from below link - It has new version of eclipse
windows 32: https://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip
windows 64: https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

Related

Installing Android SDK and ADT in eclipse

I am trying to start Android Development and trying to do so using the ADT plugin in my Eclipse Mars(Windows 10)
I have installed the ADT plugin in my eclipse version 23.0.7.2120684.
Also I have downloaded the SDK tools(tools_r25.2.3-windows) and extracted it to D:/eclipse\SDK.
But everytime I open Eclipse and click on Windows->Preferences ->and enter the SDK Location as D:/eclipse\SDK which is the SDK folder I am getting the below error:
The Android SDK requires the new Build Tools component to be installed.
Please open the SDK Manager and install "Android SDK Build-tools"
I click on Open SDK Manager and nothing happens, but I get an error message in the console:
[2017-04-10 22:56:35 - SDK Manager] [SDK Manager] Error: Expected verb after global parameters but found 'sdk' instead.
Can you please tell me what I am doing wrong here. Most of the installation guides/steps found on the net are a bit redundant since they are quite old.
As of Android SDK Tools Revision 25.3.0 removes obsolete/deprecated tools, see Release Notes, and as ADT plugin is no longer supported it cannot work with it.
However revision 25.2.3 should be working. If you still want to use Eclipse try to look at Eclipse Neon for Android Developers.
Eclipse no longer supports Android Application Development. Announcement here.
You might install Android Studio or Intellij Idea to create android apps using java.

Change Eclipse settings to use 22.6.0

Hi I have downgraded SDK to 22.6.0 but when I start eclipse it ask to update sdk how can i allow eclpse to use this downgraded version
You can download new ADT bundle along with eclipse Juno here. There is a bug in Eclipse ADT with upgrading so now they provided Eclipse Juno instead of ADT. You need to download the latest version. Sure this will solve your issue.

when I opened ADT it shows an error that android requires toolkit 23.0.0 but current version is 22.6

when I opened ADT it shows an error that android requires toolkit 23.0.0 but current version is 22..I uninstalled previous version from already installed 22. version and installed 23.* version but again it shows the same error when I close and open ADT.
Usually, when I get such ADT version errors, I download a complete ADT with SDK pack from developer.android.com and install it again... This is simplier and faster then finding what causes the problem...
just update your adt to version 23.* .if you use eclipse for development ,choose 'Check for update' choice to update your adt

Android SDK requires Android Developer Toolkit version 23.0.0 or above

I am using an Eclipse Kepler.
In Windows->preferences->Android: I am getting the following Error
This Android SDK requires Android Developer Toolkit version 23.0.0 or
above. Current version is 22.6.3.v201404151837-1123206.
Please update ADT to the latest version.
My sdk version exactly set to these directory D:\android\sdk.There was no problem in that.
I solved these problem by deleting the Adt Bundle Which was shown
error.
Then Extract the new adt bundle to solve these problem.After that just updated the Android 4.4.2(API 19) in Android Sdk Manager.
you are getting these error because of updating the Android Sdk
Tools 22.6.2.Below I shown the Screenshot of it.
Install everything as shown in the screenshot itself.Then these
problem will not occur again.
Open Eclipse:
1. Go to Help
2. Click check for updates.
If you are using Eclipse kepler then ADT update 23.0 is currently unavailable for it.
There is some glitch with it.
I had this problem few days ago and I had to reinstall ADT, here you can download the last stable version:
http://developer.android.com/sdk/index.html
I encounter this problem after updating eclipse. Download New SDK from http://developer.android.com/sdk/index.html

Eclipse Adt Plugin Doesn't Work

I can't install the adt plugin for eclipse.It says "Plugin is already installed" but I can't use.
Here you can see:http://prntscr.com/3zbzi4
Ps:Also I can't delete the plugin it's giving error.
I had a similar problem once i updated versions via SDK manager. It required ADT version 23.0 and above, and couldn't install them via install new software. I managed to delete ADT but that couldn't launch eclipse after to download v23.0.
I solved my problem via downloading lastest version of bundle from site.
http://developer.android.com/sdk/index.html
P.S. Try de-selecting Android Hierarchy Viewer and install rest. If others also cause similar problem, re-installing will probably be simpler option
I had this problem, and the only way I could get it to work again was to reinstall eclipse.
So I installed the latest eclipse, bundled together with ADT, works great.
I couldn't find the bundle maybe it doesn't exist anymore, but still, it's a bad answer i know, but reinstall works :/
Found the link: http://developer.android.com/sdk/index.html
My experience is that if you have installed or updated the SDK then your ADT may not be compatible with your updated SDK.
For example -
When I installed 23.0.0, it wasn't installed because of dependencies,
ADT 23.0.0 (June 2014)
Dependencies:
Java 7 or higher is required if you are targeting the L Developer Preview.
Java 1.6 or higher is required if you are targeting other releases.
Eclipse Indigo (Version 3.7.2) or higher is required.
This version of ADT is designed for use with SDK Tools r23.0.0. If you haven't already installed SDK Tools r23.0.0 into your SDK, use
the Android SDK Manager to do so.
SOURCE: http://developer.android.com/tools/sdk/eclipse-adt.html
Also, many problems were solved by doing the following steps for the ADT 23.0.2 -
update-eclipse-with-android-development-tools-23.
I had this as well after upgrading the SDK manager and build tools etc.
I had to remove Eclipse from my PC and then re-download a fresh copy of the Eclipse and ADT Bundle from http://developer.android.com/sdk/index.html
I resolved this problem.
1)Uninstalled adt bundle then downloaded latest version.
2)Downloaded latest eclipse standart from eclipse site
3)Opened eclipse standart and changed workspace to C:\users....\workspace2
4)Installed latest ADT plugin from Help->Install New Software
And problem is resolved.

Categories

Resources