0

Possible Duplicate:
Where can I find older versions of Eclipse ADT
Can’t find AVD or SDK manager in Eclipse

I'm having difficult installing the Android environment on Eclipse. I've tried all the usual fixes like running as an administrator but have had no success.

I have installed the ADT Plugin which has been checked multiple times but when I restart Eclipse and go to Window-Perspective Android does not appear. I'm making this a new question because all of the solutions I have tried and none have worked.

Eclipse version - Eclipse IDE for Java EE Developers

I have download the Android SDK and that's fine but can't seem to get to work with Eclipse. Grrr!

Anyone got any ideas?

P.S. I have tried using Eclipse Classic and the problems are still the same.

SOLUTION FOUND: Where can I find older versions of Eclipse ADT older versions of ADT can be found here to work with the Java version I have. Thanks for all your help!

Community
  • 1
  • 1
WebDevDanno
  • 1,062
  • 2
  • 20
  • 43

3 Answers3

1

If you will be developing in Eclipse with the ADT Plugin, first make sure that you have a suitable version of Eclipse installed on your computer as described by the system requirements.

If you need to install Eclipse, you can download it from http://www.eclipse.org/downloads/. We recommend the "Eclipse Classic" version. Otherwise, you should use a Java or RCP version of Eclipse.

Md Mahbubur Rahman
  • 1,987
  • 1
  • 21
  • 36
0

You need

  • java JDK
  • Android sdk
  • ADT plugins
  • Eclipse

in eclipse goto -> help -> install new soft-> select ADT XX...

then Goto windows -> preferences -> set android sdk path

also see this link for STEP BY STEP TUTORIAL

MAC
  • 15,363
  • 8
  • 51
  • 92
0

I was not able to install the ADT plugin for Eclipse Juno either, so I had to stay with Eclipse Indigo for a while. I noticed that others had the same issue.

Dan D.
  • 31,836
  • 4
  • 59
  • 77