Android programming is not working in eclipse

本小妞迷上赌 提交于 2019-12-14 02:34:47

问题


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


回答1:


//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.




回答2:


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




回答3:


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!



来源:https://stackoverflow.com/questions/11413237/android-programming-is-not-working-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!