Simple fix for error setting up ADT in Eclipse - Android Software/Hacking General [Developers Only]

Hi I'm brand new to Android development and I have had an issue getting the development environment up and running and the last error I have to overcome was and error to do with the ADT install. After spending two days trying to resolve this and reading lots of threads about it I just tried a somewhat obvious fix (to some of you this may be obvious but it's not so obvious to anyone who hasn't used Eclipse before and doesn’t understand how they distribute software) and after two days of searching the web I hadn't found the answer anywhere else so here it is -
My system setup is as follows -
Windows 7 64 Bit HP SP1
Eclipse 3.7.0
JDK 7 Windows 64
ADT 12.0.0
The error that I was receiving was
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)
Missing requirement: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
I have seen numerous threads on this error but none offering a sensible solution especially since it turns out the solution is very simple.
All you need to do is add a new available software site as follows
Load Eclipse click on Help > Install new software > Add and then for v3.7.x (which is the latest I just downloaded) in the name box enter Indigo and in the URL box enter http://download.eclipse.org/releases/indigo then just follow the instructions to install the ADT plug-in and it will work.
If you are using other versions of Eclipse you need to change the name and url to the following -
v3.7.x Indigo - http://download.eclipse.org/releases/indigo
v3.6.x Helios - http://download.eclipse.org/releases/helios
v3.5.x Galileo - http://download.eclipse.org/releases/galileo
v3.4.x Ganymede - http://download.eclipse.org/releases/ganymede
Like I said it’s a really simple fix but it's taken me 2 days to figure it out so I'm sharing it here.
Thanks
Brian

Thanks bro! Was getting this error and this worked for me!

Related

Configuring ADT plugin for eclipse -- no Android option in preferences

I'm trying to setup eclipse for Android but have run into an issue.
I'm following the guide here: bah, I can't post outside links from being a new user. But if you go to developer (dot) android (dot) com/sdk/eclipse-adt.html -- This is the part that I'm stuck on.
I've got eclipse to download the ADT plugin, but when trying to follow "Configuring the ADT plugin" I open the preferences via Windows > Preferences (step 1), but there is no "Android" option on the left hand side as indicated in step (2).
Any idea why this would be happening?
Thanks,
~kb
EDIT: This should really be in the base android development forum. I've messaged a moderator to hopefully get it moved, sorry for posting it in the wrong forum.
The Android option is not coming up under Window>Preferences in Eclipse after installing the ADT?
One reason that this may be occurring is because of Windows 7 security settings. Try starting up Eclipse with “Run as administrator.”
1) Start Eclipse with ‘Run as administrator’ (It may ask to change workspace directory. I just made it c:\workspace temporarily.)
2) Download the ADT plug-in with Eclipse as directed in the Android documentation
3) Profit
Note: I did not have to run as administrator every time. Once it was installed I could see it when I started Eclipse normally, but I had to set the Android SDK directory again.
-Rob
Credit to www(dot)hambonious(dot)com
this is happening to me also, but it was on ubuntu after i upgraded from lucid to maverick. ...i hate upgrading ubuntu...
Did you guys find any solution yet? I can't see "Android" under preferences either. And I upgraded to Ubuntu 10.10 recently.
I don't think the dev kit works well with Eclipse 3.6.
Try the 3.5 download
http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/galileosr2
It is 3.5.
eclipse : issue fixed
I just signed in as I wanted to let you know about that issue I got.. fixed !
I tried several tricks so to speak, uninstalled Eclipse, uninstalled ADT plugin, reinstall the SDK, tried with and without adding the SKD path to the $PATH...
Using linux, I just deleted the .eclipse directory that was in my home directory.
You will have to add the repository for the ADT plugin to be installed, install the plugin... and restart Eclipse (not to mention you'll have to reinstall ALL the plugin you added, correct me if IM wrong).
Then you should be able to set the preferences about the SDK path... and have a new menu item (new project -> android )
Dont ask me what happened while upgrading my ubuntu from 10.04 to 10.10, I actually didnt take some time to investigate about it (ubuntu64 10.10)
(sorry about my english by the way)
Cheers,
Fabrice (France)
you're welcome.
Thanks LinuxFab, I'll give it a try.
Did this work?
I'm using a mac, so I'm wondering if this fix at least worked for ubuntu, lemme know! Thanks

[Q] Setting up Eclipse

Hey all I was wondering if someone could help me out in installing and setting up eclipse. I tried before and ended up installing something called glassfish3 or something like that so what would be ideal is a list of links to the downloads I need to get maybe in the order I need to install them in? =P It would really be greatly appreciated!
Thanks,
D3luSi0n4L
Anyone? Please! I have the JDK & Java & Eclipse installed and Eclipse will not startup, I get an error....
"A Java Runtime Enviroment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java Virtual machine was found after searching the following locations:
C:\eclipse\jre\bin\javaw.exe
javaw.exe in your current PATH"
Someone suggested that I need to install the SDK but I thought that was only needed specifically for Android? & Before i setup Android I'd like to have Eclipse fully functional to avoid and problems that could occur. I installed Eclipse for EE Developers or whatever, the biggest file they and I installed JDK 6 Update 21
Eclipse (Top One) : eclipse*dot*org/downloads/
Java : oracle*dot*com/technetwork/java/javase/downloads/index.html
Any and all help is greatly appreciated!
Sincerely,
D3luSi0n4L
I'm almost close of not asking any more questions but I had problems with apk manager, I got it right, and I had problems with Avabox, and I got that right but now I'm having problems with Eclipse. I installed basically both files of Eclipse the big file and the small fiile (I didn't know which one I needed).
when I open the eclipse program I get this message:
"Failed to load the JNI shared library : c:\program files (x86)\java\jre6\bin\client\jvm.dll
I don't know what this means. can someone help me? thanks.
Sorry I'm also a noob at installing eclipse, but thought this might be a good place to ask my question too. I found a tutorial on how to install everything (i.e. eclipse, JDK, and SDK) put it said I needed to change my PATH to point to /tools and now after doing that I can't open eclipse. I go the same error you did in your first post. I'm thinking I needed the other lines that were in the PATH, but now I don't know what they were.
If you follow the steps here, it is fairly simple and easy:
http://developer.android.com/sdk/installing.html
You have to download first de java JDK (jre is not enought) and then download and instal eclipse... Just follow the instructions on the link
Sent from my GT-P1000 using XDA App
I've gone through this and had eclipse up and running. Even created some AVDs. Here is the part that screwed it up though.
"On Windows, right-click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ and platform-tools/ directories to the path. "
D3luSi0n4L said:
Anyone? Please! I have the JDK & Java & Eclipse installed and Eclipse will not startup, I get an error....
"A Java Runtime Enviroment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java Virtual machine was found after searching the following locations:
C:\eclipse\jre\bin\javaw.exe
javaw.exe in your current PATH"
Someone suggested that I need to install the SDK but I thought that was only needed specifically for Android? & Before i setup Android I'd like to have Eclipse fully functional to avoid and problems that could occur. I installed Eclipse for EE Developers or whatever, the biggest file they and I installed JDK 6 Update 21
Eclipse (Top One) : eclipse*dot*org/downloads/
Java : oracle*dot*com/technetwork/java/javase/downloads/index.html
Any and all help is greatly appreciated!
Sincerely,
D3luSi0n4L
Click to expand...
Click to collapse
I downloaded the 32 bit version of eclipse and javaw.exe was not missing anymore. How do i use eclipse though?
Edit: I get it, JDK.

[Q] Which version of ECLIPSE do you recommend ???

Hello all. Pls answer this quick question.
Inspite of being an xda member for a while, i haven't had the knowledge of android development. Im just starting to learn things from now.
So, i think i should learn java (dalvik VM part). Now Im just following a book of developing android apps for noobs. I need to install eclipse and install ADT plugin for eclipse.
Well, im on windows7 ultimate 32bit version. I previously had an ECLIPSE HELIOS VERSION (i think it is eclipse classic 3.6, not sure but it shows eclipse helios on startup). I installed this eclipse helios version. But the problem is i cant install the ADT plugin in any way.
I tried "https://" with no luck. Also tried "http://" with no luck. Also tried "INSTALL FROM ZIP ARCHIVE" with no luck. Also tried this with older ADT zip archives ofcourse with no luck.
The single most error it shows for all these attempts is "Cannot complete the install because one or more required/requested items could not be found."
What do you say. Is the eclipse version having bug with ADT plugin. Or do i need to download another eclipse version. If so please give me the direct file download link for the version you recommend (please since im completely new to this).
Now also installed eclipse indigo and the same problem continued. What should I do.
Sent from my Blade using XDA App
You need to be connected to the internet to installed the required items. I had that error and once I connected to the internet I was fine. But I also had to download the ZIP file because the http-https didn't work for me either.
bharatgaddameedi said:
Hello all. Pls answer this quick question.
Inspite of being an xda member for a while, i haven't had the knowledge of android development. Im just starting to learn things from now.
So, i think i should learn java (dalvik VM part). Now Im just following a book of developing android apps for noobs. I need to install eclipse and install ADT plugin for eclipse.
Well, im on windows7 ultimate 32bit version. I previously had an ECLIPSE HELIOS VERSION (i think it is eclipse classic 3.6, not sure but it shows eclipse helios on startup). I installed this eclipse helios version. But the problem is i cant install the ADT plugin in any way.
Also tried "INSTALL FROM ZIP ARCHIVE" with no luck. Also tried this with older ADT zip archives ofcourse with no luck.
The single most error it shows for all these attempts is "Cannot complete the install because one or more required/requested items could not be found."
What do you say. Is the eclipse version having bug with ADT plugin. Or do i need to download another eclipse version. If so please give me the direct file download link for the version you recommend (please since im completely new to this).
Click to expand...
Click to collapse
I'm having a similar problem. I've downloaded the JDK, Android SDK, and Eclipse indigo. I first tried importing the plugin to classic, and it said "requires plugin org.eclipse.wst.sse.ui". So I went back to Eclipse's site and found a version that included WST. Now it's telling me that it can't find one of the files. I've tried both the https, http, and zip versions. I've scoured developer.android, and there's nothing describing my problem.
I'm trying to get into the Android programming scene, but it seems like the "initiation ceremony" is getting the better of me.
Resolved
I managed to find a solution to the problem. Rather than installing Indigo, I reverted to a version of Helios, and everything worked perfectly

Install adt 21

Someone please tell me page where how to install adt plugin for eclipse juno is described
Hi caponer, to do that u need to provide the url https://dl-ssl.google.com/android/eclipse from within eclipse. Then provide the location of android sdk. You do not need eclipse or adt to develop android apps though. You can use sdk instead.
Baaaaa I get http method not allowed error. Please help
That's because you used wrong url. Type https://dl-ssl.google.com/android/eclipse
That solved it. Thx
Its just hung on calculating requirements and dependencies
Wait
Ok I have installed the adt plugin - the ndk tools because some component was missing and now I am downloading sdk rev to resolve version issue.
Atta boy. No quickly write hello world app and post it

[Q] SDK Manager doesn't run/start

Hello everybody.
I'm new here and I looked for an answer for me but I didn't found it.
My problem is:
I've used Eclipse Luna and ADT Bundle with no problems while several months. Two days ago I installed Android Studio and after installation it began to download 'SDK Tools' and others. I cancelled this operation because I haven't time. Since this moment, SDK Manager doesn't run. It open an MS-DOS Windows but it only flashes, in less than one second it dissapears. I can't open it from command-line, eclipse and android studio.
I found several solutions like editing android.bat, find_java.bat, setting environments variables (JAVA_HOME, PATH was set and I added ANDROID_SWT and ANDROID_HOME), re-install Android Studio, update jdk version from jdk1.7.0_13 to jdk1.7.0_79. All didn't work.
Have anybody had this problem or similar? Can anybody help me?
Thanks in advance.
Anybody has had this error?

Categories

Resources