After Updating ADT 23, SDK path miss from preference [duplicate] - android

This question already has answers here:
Update Eclipse with Android development tools v. 23
(43 answers)
Closed 8 years ago.
After Updating the ADT 23 getting the error for annotation tried too much appreciated solutions but can't able to solved it.
Then after new problem arise that the SDK path not Found in Preference when tried to set Path again There is no enable ok button.
NOTE: Using ADT bunble eclipse "Not specific eclipse version JUNO or etc".
Using Ubuntu OS 12.4

I got The solution and now project is build successfully.
1.) Delete the Android SDK tool package(Updated package with Latest ADT) from Android SDK manager.
2.) I have old bundle .zip file which is i am using,
Extract it and copy the tool folder from there and past it in current sdk.

Related

How can I fix this version of the rendering library is more recent than your version of ADT plug-in in eclipse? [duplicate]

This question already has answers here:
Eclipse reports rendering library more recent than ADT plug-in
(6 answers)
Closed 2 years ago.
I was updated my android SDK tools to 24.1.2 and I updated to Android API 22 (that is, 5.1) and I restarted my eclipse and created new android project with target API of 22 then when I was opened my XML file it was not showing any preview. It was showing an error:
This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in.
Using Gradle
https://stackoverflow.com/a/20167880/2265926
In XML
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="18" />
In IDE
Just try changing android version while rendering layout.
In Eclipse :
In Android Studio :
Go to Help >> Install new software and add install https://dl-ssl.google.com/android/eclipse/ then select Developer Tools and click on next to begin install
or
Change the API version in XML.

Where is the Eclipse ADT bundle link? [duplicate]

This question already has answers here:
Where can I download Eclipse Android bundle?
(5 answers)
Closed 7 years ago.
On the official site for Android development I can no longer see the link for the Eclipse ADT bundle.
I cannot switch to Android Studio as my framework is Ant based currently and not Gradle based.
Do I need to download Eclipse and ADT plugins separately, or is there an Eclipse ADT bundle link (if it still exists)?
Here you can download adt bundles 2014-07-02:
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
Mac 64:
https://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip
Linux 86:
https://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip
Linux 64:
https://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip
Looks like they have some instructions for that here: http://developer.android.com/sdk/installing/installing-adt.html
Bit more complicated then before...
Now that the Android Studio is the official editor, I believe android removed that option. But you can download adt as zip file here: http://developer.android.com/sdk/installing/installing-adt.html

How to upgrade eclipse from juno to kepler [duplicate]

This question already has answers here:
How to upgrade Eclipse for Java EE Developers?
(3 answers)
Closed 9 years ago.
I am using Eclipse Juno IDE for android development. I wanna upgrade my eclipse version to Kepler.
Occasionally you won't be able to upgrade Eclipse or certain features due to incompatible changes in the update technology. Better way to upgrade from juno to kepler is download the new version and install.
Complete upgrade instructions are always included in the Eclipse *readme_eclipse.html* file included with every build in the readme directory.

'Unsupported template dependency: Upgrade your Android Eclipse plugin' with SDK Tools v22 [duplicate]

This question already has answers here:
ADT 22.2 New App Wizard: Unsupported template dependency: Upgrade your Android Eclipse plugin
(8 answers)
Closed 9 years ago.
I recently upgraded my Android SDK Tools to version 22. But whenever I am trying to create a new project in Eclipse, I get an error message:
Unsupported template dependency: Upgrade your Android Eclipse plugin
How can I fix this problem?
Download from http://dl-ssl.google.com/android/repository/tools_r22-windows.zip, unzip it and replace the /tools folder with this one to downgrade the sdk tools. There's a bug in version 22.
For Mac http://dl-ssl.google.com/android/repository/tools_r22-macosx.zip
For Linux: http://dl-ssl.google.com/android/repository/tools_r22-linux.zip
The project member posted comment #55 that solves this issue without downloading the SDK tools. Just download the activity templates and replace the sdk/tools/templates/activities folder with the contents of the ZIP file.
You may need to restart Eclipse with the -clean option for it to work.
From Eclipse go to Help > Check for updates and install any of the updates that Eclipse shows.
Once you update the SDK components you always usually need to update the Eclipse plugins as well.
I started facing the same issue yesterday when I upgraded to the latest Android SDK Tools (22.2). So I reverted back the changes and am now using Android SDK Tool (22.0.5) and it works fine.
Try downgrading Android SDK Tools.

Latest ADT and sdk tools installed but still asking for latest sdk tools [duplicate]

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.

Categories

Resources