sethulekshmi
sethulekshmi

Reputation: 37

Android programming is not working in eclipse

My Eclipse was working fine until i updated my sdk.Then suddently everything started to show little weirder.Actyually I was working in Ubuntu 12.04 ,Which stopped showing even Java projects after updation.When I click New-->Project I can't find neither java/Android.I cant even find XML.I have done so many methods listed in some sites.But nothing is working for me.Can anyone please suggest a solution.

I have even tried in windows.But same problem happened & it says " Android Development Tools (20.0.0.v201206242043-391819) requires plug-in "org.eclipse.core.runtime (3.6.0)", or later version."

what to do? please give me a solution

Thanking you in advance

Upvotes: 1

Views: 1869

Answers (3)

Padma Kumar
Padma Kumar

Reputation: 20031

//you need to download the eclipse 3.6 helios or 3.7 indigo

Eclipse 3.6.2 (Helios) or greater
Note: Eclipse 3.5 (Galileo) is no longer supported with the latest version of ADT.

If you need to install Eclipse, you can download it from http://www.eclipse.org/downloads/. We recommend the "Eclipse Classic" version.

Note: creating new Workspace cleaning project, restarting wont work.

Upvotes: 0

Anand M Joseph
Anand M Joseph

Reputation: 885

Update your ADT to ADT 20.0.0 Then its will solve your problem.please refer below link http://developer.android.com/sdk/installing/installing-adt.html

Upvotes: 2

okay_google
okay_google

Reputation: 349

Your update process probably resulted in loss of installed plugins.

You must update your eclipse to the latest version and then find updated plugins, ADT etc.

This I believe should work out.

Cheers!

Upvotes: 1

Related Questions