• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

problem in installing android sdk in eclipse

 
Ranch Hand
Posts: 1143
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello, i m trying to install android sdk in eclipse, but i m getting an error when i gave the url in install new software, and select developer tools and when i press next, i m getting this error:
error is:

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)
Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.core.runtime 3.6.0' but it could not be found

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Exactly what package and version of Eclipse did you install? If "eclipse runtime" is is missing, then I think you might have an old version. Try downloading the latest Eclipse iDE for Java Developers package, that should work.
 
Punit Jain
Ranch Hand
Posts: 1143
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well i m using
Eclipse Galileo "Eclipse Java EE IDE for Web Developers"
and for java programs, j2ee my eclipse is working fine..

Steps i follow to installsdk:

1.> download android sdk(zip file).
2.> unzip that.
3.> open eclipse and install new software, and give the url and click next, then i got error..
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I had that exact problem yesterday, and after googling, the way to fix it is to force eclipse to run in Admin mode (on windows 7).
This worked for me.

Hope this helps.
 
Punit Jain
Ranch Hand
Posts: 1143
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for replying...
but my system is already working in admin mode.....
do i need to externally switch my eclipse in admin mode?
 
Padraig Crowley
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Your problem may be different to mine, but I did the following...

(on Windows 7)
Right click on the Eclipse program shortcut or program .exe file, then click on Properties.
On the Compatibility tab, check the box "Run this program as an administrator", and click on OK.

...and this fixed it for me.

Thanks.
 
Punit Jain
Ranch Hand
Posts: 1143
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Your problem may be different to mine, but I did the following...


yeah because it's still not working....


thanks
 
Ranch Hand
Posts: 38
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As per SDK guidelines, to install Android SDK 16 you must have Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1.
So update your eclipse to helios version. That would solve your problem.

FYR , http://developer.android.com/sdk/eclipse-adt.html
 
Greenhorn
Posts: 10
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed android SDK in eclipse in a simple way as described in the link
I did not face any issues here.

http://androidtechstuffs.blogspot.in/2012/12/configure-android-on-pc.html
http://androidtechstuffs.blogspot.in/2012/12/creating-first-androidapplication-in.html
 
Replace the word "snake" with "danger noodle" in all tiny ads.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic