I'm trying to install the Android SDK tools on my Windows XP SP3. I have jdk1.5.0_06 installed, but the Android SDK setup refuses to with the error in the following image. This happes in the next screen after detecting the JDK instalation.
Is this a known issue? And is there a solution?
Not sure about what the error is. But strongly recommend that you go with JDK 1.6.x version or 1.7x for Android development.
download the installer again & see if it solves the issue. Before installing Android SDK, make sure you have jdk installed on your system. Alternatively you can install eclipse adt plugin & it will automatically install the Android SDK for you. Installing the Eclipse Plugin
Related
I am facing problem with Installation of Titanium Studio.
I have set up all the required Environment Variable's
This is my JAVA_HOME variable C:\Program Files (x86)\Java\jdk1.7.0_25;
This is mt Path Variable C:\Development\android-sdk-windows;C:\Development\android-sdk-windows\platform-tools;C:\Development\android-sdk-windows\tools;C:\Program Files (x86)\Java\jdk1.7.0_25;C:\Program Files (x86)\WinAnt\bin;D:\Android SDK\android-sdk_r16-windows\android-sdk-windows\tools;C:\Development\phonegap-2.9.0\lib\android;
I have installed jdk1.7.0_25 and JRE 7.
Also I have given my path of Android SDK D:\adt-bundle-windows-x86_64-20130219\sdk, at Android SDK home variable.
But now when i try to connect Android sdk with Titanium Studio it is just showing me Installing Android and nothing is happening.
When i try to Run an Application it gives me an Error It Appears that you do not have android SDK installed in your system please follow the instructions at the Dashboard to configure SDK
I have followed same but not finding solution, Please help me.
Thanks in advance.
Always have a good look at titanium compatibility matrix.Jdk 1.7 is not compatible until now only 1.6 is suitable for android
http://docs.appcelerator.com/titanium/3.0/#!/guide/Titanium_Compatibility_Matrix-section-29004837_TitaniumCompatibilityMatrix-JavaDevelopmentKit
Thanks
From Documentation
The 32-bit version of the JDK is required regardless of whether Titanium is running on a 32-bit or 64-bit Windows system.
On Windows, Studio contains its own JRE, meaning you do not need to install the JDK before installing or launching Studio but will need it
to use the Titanium SDK.
Titanium Studio prompts you to install the JDK when installing the Android SDK from the Dashboard on Windows.
Try to install 32 bit java in your system.
Please refer Compatibility and Download
I tried to download the Development tools for the Android SDK last night and have been getting this error every time I try to download it ever since:
Cannot complete the install because one or more required items could
not be found. Software being installed: Android Development Tools
16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534)
I've tried running Eclipse as an administrator, downloading the Google Plugin for Eclipse Galileo, and many assortment of things, but nothing seems to work. Is there a Google plugin for 4.1.0, would I have to reinstall an earlier version of Eclipse, or am I missing something else entirely?
NB: I've been using Windows 7 64-bit Eclipse 4.1.0, as well as the 64-bit version of JDK 1.7.
android sdk dosen't support JDK 1.7, use 1.6.
you should use Eclipse 3.7. Eclipse 4.* is a work in progress and shouldn't be used in production environments yet.
You did not mention anything about the Android Development Tool (ADT) which is required to develop Android apps.
You can get it from here, http://developer.android.com/sdk/eclipse-adt.html
You will need Android SDK r16
Does my answer to this question help?
Also note that there have been some documented bugs with running Eclipse in JDK 1.7 - make sure you have the very latest updates to JDK or use 1.6 instead.
I am trying to install the ADT Plugin. I go to Help install new software in eclipse and then after selecting the development tool I get this error
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Traceview 16.0.1.v201112150204-238534 (com.android.ide.eclipse.traceview.feature.group 16.0.1.v201112150204-238534)
Missing requirement: Android Traceview 16.0.1.v201112150204-238534 (com.android.ide.eclipse.traceview.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.ui 3.6.2' but it could not be found
EDIT
I have eclipse 3.5.2
I did not found any solution for this. But instead of using eclipse installed with
sudo apt-get install eclipse
I downloaded it from a web page and I start that (the downloaded) eclipse, and with that version it works just fine
You need to install GEF and WST first.
GEF Update Site : http://download.eclipse.org/tools/gef/updates/releases/ (dead)
WST Update Site : http://download.eclipse.org/releases/galileo
I had the same problem, run eclipse as administrator and try to instal ADT plugin again, it works.
There seems to be some version mismatch. Are you using eclipse 3.6.2 or older version?
http://developer.android.com/sdk/eclipse-adt.html mentions that ADT 16.0.1 requires eclipse version 3.6 and higher.
Also, just check if you have installed/updated the latest android SDK before updating the adt. That might help in your case.
In case you can't upgrade your Eclipse (like me). Use this as a local archive to install ADT 15.0.0 which supports Eclipse 3.5.
http://dl.google.com/android/ADT-15.0.0.zip
I found that using a 64bit version of eclipsed gave me that error! Try using the 32bit version and see if that fixes it! =)
i had the same problem.
I solved it by open the eclipse in the console with: sudo eclipse
you just need Ecplise Helios
ADT 16.0.1 (December 2011)
Dependencies:
Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1.
ADT 16.0.1 is designed for use with SDK Tools r16. If you haven't already installed SDK Tools r16 into your SDK, use the Android SDK Manager to do so.
taken from http://developer.android.com/sdk/eclipse-adt.html
On Ubuntu 11.10,
I downloaded Eclipse using sudo apt-get install eclipse
Installed Android SDK
Installed ADT PLugin in Eclipse (Eclipse must be started with sudo otherwise you will get error as mentioned by lukap)
there is an easy solution for it just select option all available sites .. in the work with.. space and select the android packages you want to install
In windows 7, choose 'Run as Administrator' when opening eclipse. This gives eclipse the permissions it needs, and should eliminate the error. This worked for the 64-bit program.
I had similar problems, trying to install ADT plugin, but not exactly the same.
I fixed it by going to Help > Check For Updates, and just installed current updates available, restarted Eclipse, and then tried installing ADT plugin again, and it worked just fine.
I was using eclipse (helios version 3.6.2) and tried to install android SDK but i failed with abovee mentioned error.
I found the solution for this issue.
Select the "Available software sites" list
http://download.eclipse.org/releases/helios/201102250900 (Helios) and http://download.eclipse.org/releases/helios (Helios Milestone Repository)
If using galileo select the appropriate release line from avail sw site list.
'Check for Updates' (to get the Helios updates), then install the plugin.
for native install (tested on xubuntu) - please view video
http://www.youtube.com/watch?v=HCNC34BflOo&feature=player_embedded#!
shortly:
1) run eclipse from
root-> help -> install new software -> add
name: update(S), url: http://download.eclipse.org/releases/indigo (for 3.7.x, juno for 4.2.x)
or select in menu "work with" if path exist
2) select 'linux development'
install, all warnig/error pakages make off
3) install ADT Plugin
after install restart eclipse and select path-to-android-sdk
4) Tape (Write) bug to our linux distributive vendor :)
Enjoy!
PS Separate install - good idea :)
I've installed the following:
JDK
Android SDK
Eclipse Classic 3.7
Now I'm trying to install the ADT plugin for eclipse, but in the install process I get the following error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431)
How do I go about resolving this error.
I started from the beginning, removed Eclipse, Android SDK etc, then downloaded everything again and re-installed. Seems to be working know, weird?!
I had the same problem right now, and I solved it running eclipse as admin...
Windows 7 pro x64
Eclipse Indigo
I got the same Issue, but I updated Eclipse and the Android SDK, it worked ! i guess no need to re install all the stuff.
I was running Eclipse Helios 64bit
Do I need to install the Android SDK before installing Eclipse?
Or must I install Eclipse before installing the Android SDK?
I'm worried that one has knowledge of the other, the order of installs is important, and installing the two out of order could lead to problems.
Does the Android SDK installer know about Eclipse, and registers itself with Eclipse?
The order you install them in is not important. Once you install Eclipse you will have to install ADT (Android Development Tools) and specify the path to the SDK in the ADT configuration (inside Eclipse).
Install the Eclipse IDE first and then the Android SDK
As said, it is not important, you can even play around with the emulator without ever installing eclipse, and you can use other editors as well (however this is more difficult) - read more about the installation here http://developer.android.com/sdk/installing.html
The order you install is not an important here.