Skip to main content



      Home
Home » Newcomers » Newcomers » Installing Android SDK with Eclipse 3.6.2
Installing Android SDK with Eclipse 3.6.2 [message #659382] Sun, 13 March 2011 03:37 Go to next message
Eclipse UserFriend
So this is what I have done so far. I installed Java SE JDK and then installed the Android SDK and all the components that it wanted to install by default. I installed Eclipse classic 3.6.2. But when I try to update intalled software on eclipse. I am told from instructions to https://dl-ssl.google.com/android/eclipse/ and install the 4 components that it finds there. 3 of them install and the 4th one which is the "Android Development Tools for Eclipse". This one didnt install. It said components missing. I read some forums and it said I have to put in http://download.eclipse.org/releases/galileo in the sites and I did that. But there was so many things on that url that I started installing whatever I could find. Now it seems to want to install but there is a conflict below. I cant figure out what two things are conflicting where where to remove the conflict. Is it in eclipse or is it in Android SDK manager? Any help would be greatly appreciated.



Cannot complete the install because of a conflicting dependency.
Software being installed: Android Development Tools 10.0.0.v201102162101-104271 (com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271)
Software currently installed: Shared profile 1.0.0.1297373395076 (SharedProfile_SDKProfile 1.0.0.1297373395076)
Only one of the following can be installed at once:
International Components for Unicode for Java (ICU4J) 4.2.1.v20100412 (com.ibm.icu 4.2.1.v20100412)
International Components for Unicode for Java (ICU4J) 4.0.1.v20090822 (com.ibm.icu 4.0.1.v20090822)
International Components for Unicode for Java (ICU4J) 4.0.1.v20090415 (com.ibm.icu 4.0.1.v20090415)
Cannot satisfy dependency:
From: Shared profile 1.0.0.1297373395076 (SharedProfile_SDKProfile 1.0.0.1297373395076)
To: com.ibm.icu [4.2.1.v20100412]
Cannot satisfy dependency:
From: Android Development Tools 10.0.0.v201102162101-104271 (com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271)
To: org.eclipse.wst.xml.ui 0.0.0
Cannot satisfy dependency:
From: Java EMF Model Utilities 2.0.200.v200905140200 (org.eclipse.jem.util 2.0.200.v200905140200)
To: bundle com.ibm.icu [3.8.1.1,4.1.0)
Cannot satisfy dependency:
From: Java EMF Model Utilities 2.0.201.v201001252130 (org.eclipse.jem.util 2.0.201.v201001252130)
To: bundle com.ibm.icu [3.8.1.1,4.1.0)
Cannot satisfy dependency:
From: Common Frameworks 1.1.300.v200904160730 (org.eclipse.wst.common.frameworks 1.1.300.v200904160730)
To: bundle org.eclipse.jem.util [2.0.100,3.0.0)
Cannot satisfy dependency:
From: Validation Framework 1.2.102.v200905201610 (org.eclipse.wst.validation 1.2.102.v200905201610)
To: bundle org.eclipse.wst.common.frameworks [1.1.200,2.0.0)
Cannot satisfy dependency:
From: Validation Framework 1.2.104.v200911120201 (org.eclipse.wst.validation 1.2.104.v200911120201)
To: bundle org.eclipse.wst.common.frameworks [1.1.200,2.0.0)
Cannot satisfy dependency:
From: Eclipse XML Editors and Tools 1.1.1.v200908242115 (org.eclipse.wst.xml.ui 1.1.1.v200908242115)
To: bundle org.eclipse.wst.validation [1.2.0,1.3.0)
Cannot satisfy dependency:
From: Eclipse XML Editors and Tools 1.1.2.v201001222130 (org.eclipse.wst.xml.ui 1.1.2.v201001222130)
To: bundle org.eclipse.wst.validation [1.2.0,1.3.0)
Re: Installing Android SDK with Eclipse 3.6.2 [message #659395 is a reply to message #659382] Sun, 13 March 2011 11:01 Go to previous messageGo to next message
Eclipse UserFriend
On 2011.03.13 0:37, Tash wrote:
> So this is what I have done so far. I installed Java SE JDK and then
> installed the Android SDK and all the components that it wanted to
> install by default. I installed Eclipse classic 3.6.2. But when I try to
> update intalled software on eclipse. I am told from instructions to
> https://dl-ssl.google.com/android/eclipse/ and install the 4 components
> that it finds there. 3 of them install and the 4th one which is the
> "Android Development Tools for Eclipse". This one didnt install. It said
> components missing. I read some forums and it said I have to put in
> http://download.eclipse.org/releases/galileo in the sites and I did
> that. But there was so many things on that url that I started installing
> whatever I could find. Now it seems to want to install but there is a
> conflict below. I cant figure out what two things are conflicting where
> where to remove the conflict. Is it in eclipse or is it in Android SDK
> manager? Any help would be greatly appreciated.
>
>
>
> Cannot complete the install because of a conflicting dependency.
> Software being installed: Android Development Tools
> 10.0.0.v201102162101-104271 (com.android.ide.eclipse.adt.feature.group
> 10.0.0.v201102162101-104271)
> [snip]

If it's helpful, you are welcome to notes on my experience (last summer)
installing and developing Android software. It's a fairly long,
organized document with lots of notes, links and advice. It has steered
others right.

http://www.javahotchocolate.com/tutorials/android.html

Best of luck.
Re: Installing Android SDK with Eclipse 3.6.2 [message #660067 is a reply to message #659382] Wed, 16 March 2011 13:41 Go to previous messageGo to next message
Eclipse UserFriend
On 3/13/11 3:37 AM, Tash wrote:
> So this is what I have done so far. I installed Java SE JDK and then
> installed the Android SDK and all the components that it wanted to
> install by default. I installed Eclipse classic 3.6.2. But when I try to
> update intalled software on eclipse. I am told from instructions to
> https://dl-ssl.google.com/android/eclipse/ and install the 4 components
> that it finds there. 3 of them install and the 4th one which is the
> "Android Development Tools for Eclipse". This one didnt install. It said
> components missing. I read some forums and it said I have to put in
> http://download.eclipse.org/releases/galileo in the sites and I did
> that. But there was so many things on that url that I started installing
> whatever I could find. Now it seems to want to install but there is a
> conflict below. I cant figure out what two things are conflicting where
> where to remove the conflict. Is it in eclipse or is it in Android SDK
> manager? Any help would be greatly appreciated.

The most direct route is to start with the package "Eclipse for Java
Developers" or "Eclipse for JEE Developers" and then install the Android
tools into that. I've followed that route several times and it always
works perfectly.

You should never try to install anything from the Galileo repository
into Eclipse 3.6. Galileo was the previous release of Eclipse and it's
not necessarily forwards-compatible.

Eric



> Cannot complete the install because of a conflicting dependency.
> Software being installed: Android Development Tools
> 10.0.0.v201102162101-104271 (com.android.ide.eclipse.adt.feature.group
> 10.0.0.v201102162101-104271)
> Software currently installed: Shared profile 1.0.0.1297373395076
> (SharedProfile_SDKProfile 1.0.0.1297373395076)
> Only one of the following can be installed at once: International
> Components for Unicode for Java (ICU4J) 4.2.1.v20100412 (com.ibm.icu
> 4.2.1.v20100412)
> International Components for Unicode for Java (ICU4J) 4.0.1.v20090822
> (com.ibm.icu 4.0.1.v20090822)
> International Components for Unicode for Java (ICU4J) 4.0.1.v20090415
> (com.ibm.icu 4.0.1.v20090415)
> Cannot satisfy dependency:
> From: Shared profile 1.0.0.1297373395076 (SharedProfile_SDKProfile
> 1.0.0.1297373395076)
> To: com.ibm.icu [4.2.1.v20100412]
> Cannot satisfy dependency:
> From: Android Development Tools 10.0.0.v201102162101-104271
> (com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271)
> To: org.eclipse.wst.xml.ui 0.0.0
> Cannot satisfy dependency:
> From: Java EMF Model Utilities 2.0.200.v200905140200
> (org.eclipse.jem.util 2.0.200.v200905140200)
> To: bundle com.ibm.icu [3.8.1.1,4.1.0)
> Cannot satisfy dependency:
> From: Java EMF Model Utilities 2.0.201.v201001252130
> (org.eclipse.jem.util 2.0.201.v201001252130)
> To: bundle com.ibm.icu [3.8.1.1,4.1.0)
> Cannot satisfy dependency:
> From: Common Frameworks 1.1.300.v200904160730
> (org.eclipse.wst.common.frameworks 1.1.300.v200904160730)
> To: bundle org.eclipse.jem.util [2.0.100,3.0.0)
> Cannot satisfy dependency:
> From: Validation Framework 1.2.102.v200905201610
> (org.eclipse.wst.validation 1.2.102.v200905201610)
> To: bundle org.eclipse.wst.common.frameworks [1.1.200,2.0.0)
> Cannot satisfy dependency:
> From: Validation Framework 1.2.104.v200911120201
> (org.eclipse.wst.validation 1.2.104.v200911120201)
> To: bundle org.eclipse.wst.common.frameworks [1.1.200,2.0.0)
> Cannot satisfy dependency:
> From: Eclipse XML Editors and Tools 1.1.1.v200908242115
> (org.eclipse.wst.xml.ui 1.1.1.v200908242115)
> To: bundle org.eclipse.wst.validation [1.2.0,1.3.0)
> Cannot satisfy dependency:
> From: Eclipse XML Editors and Tools 1.1.2.v201001222130
> (org.eclipse.wst.xml.ui 1.1.2.v201001222130)
> To: bundle org.eclipse.wst.validation [1.2.0,1.3.0)
Re: Installing Android SDK with Eclipse 3.6.2 [message #660078 is a reply to message #660067] Wed, 16 March 2011 14:10 Go to previous messageGo to next message
Eclipse UserFriend
Can you give me the address for the 3.6 version repository?
Re: Installing Android SDK with Eclipse 3.6.2 [message #661187 is a reply to message #660078] Wed, 23 March 2011 09:56 Go to previous message
Eclipse UserFriend
On 3/16/11 2:10 PM, Tash wrote:
> Can you give me the address for the 3.6 version repository?

If you install one of the Helios packages (Helios is based on Eclipse
3.6), then the Helios repository is pre-configured; you just have to
select it in the Install New Software window.

Eric
Previous Topic:Errors at OSGI framework launch
Next Topic:Crash No error message
Goto Forum:
  


Current Time: Sat Jul 05 09:42:01 EDT 2025

Powered by FUDForum. Page generated in 0.10114 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top