Rudra Murthy
Rudra Murthy

Reputation: 768

Unable to work with Android in Eclipse

Initially I was working on Android in Eclipse and everything went fine. But two weeks before i installed Texlipse plugin and was working with it. Now, when i wanted to switch back to Android i'm unable to. In new project there's no option for creating a new Android project nor even a Java project. Even i tried to change the Preference window to Java or Java Browsing but anything didn't work. Now i'm unable to run or compile even a single java file even after changing the perspective. I don't know whether this could be due to Texlipse, i tried searching google for ways to uninstall Texlipse but nothing worked. So, pls anyone help me to sort this out...

Upvotes: 0

Views: 109

Answers (4)

Gangnus
Gangnus

Reputation: 24464

  • go to windows/android sdk manager. If it works and androids vesions you've choosed are there, AND you don't see android in eclipse, I am afraid you will need to reinstall everything.
  • If sdk manager won't work, than install start sdk kit (http://developer.android.com/sdk/index.html). After that run sdk manager and set up the packages you need. If it won't work,
  • go to help/install new software and uninstall items that were installed in the backward sequence. After every remove check the prev step

I HAVE met the situations where only cleaning off all eclipse info and reinstalling it helped.

So, good luck!

Upvotes: 0

Martin Stone
Martin Stone

Reputation: 13007

You could try launching Eclipse with the -clean parameter. This saved me when Eclipse was hanging on startup. Certainly worth a try before a re-install. More info here:

http://www.eclipsezone.com/eclipse/forums/t61566.html

Upvotes: 0

kosa
kosa

Reputation: 66637

If you want to play something before eclipse uninstall, what you can do is, go to your eclipse--->plugin folder (C:\eclipse\plugins something like this). There you will see all androind plugins which starts with com.android.....You may delete them and repeat the steps defined in this link.Android eclipse setup

This is one try but can't guarantee (Remember this may messup your eclipse if it don't work, so get ready for eclipse unstall if it doesn't work).

Upvotes: 0

tiranodev
tiranodev

Reputation: 1003

Unninstall eclipse and install ADT again

Upvotes: 1

Related Questions