Android ADT Plugin doesn't show up in Eclipse

对着背影说爱祢 提交于 2019-12-18 05:47:16

问题


I'm using Windows 7 and installed the 64 bit version of Eclipse 3.5.2. I then installed the Android ADT plugin, but when I try to configure it in the Windows > Preferences dialog, the Android Plugin doesn't show up in the left pane. Instead I see DDMS. This prevents me from specifying the location of the Android SDK (unless there is another way) to give me the appropriate templates and such.

Someone posted a fix to this that includes setting the permissions of Eclipse, but that didn't work for me. I tried installing the Android Plugin from both online installation (thru the URL install) and the offline Archive method.


回答1:


If you're running Windows Vista or 7, make sure you right-click Eclipse and RUN AS ADMINISTRATOR. I literally spent six hours figuring this out, and this was what fixed it.




回答2:


Dear people from the future:

I had roughly the same problem in linux, except that i didn't see anything at all but vanilla eclipse after installing. by combining both previous answers i got it to work:

start eclipse with sudo eclipse -clean, install the plugins and restart eclipse. the plugins showed up including the welcome screen that's supposed to be there.

after that it should work when running as regular user as well.

works for both the android sdk and the gwt sdk. (and probably other eclipse plugins)




回答3:


Remove the plugin, then restart as follows:

eclipse -clean

Now try reinstalling the ADT from the online installation




回答4:


For users having similar problem and not luck with other solutions:

I have windows XP but had same problem. I realized that I had JDK5/bin folder in my PATH environment variable (though my JDK_HOME was pointing to JDK6), as soon as I modified the PATH to replace bin of JDK5 with JDK6, the Android buttons on eclipse (after restart with -clean) along with Android option in Preferences & New Project showed up. (Weird eh!)

Also, consider to install the bundle android installation having eclipse with pre-configured Android SDK if a new eclipse installation doesn't matter to you

http://developer.android.com/sdk/installing/bundle.html




回答5:


The above answers do not confront the heart of the problem. There is a feature in Windows 7 that prevents downloaded files from direct access of local files. All of the state is perfectly maintained in the Eclipse workspace instance. The problem is easily resolved by doing the following:

  1. Find the "Eclipse" executable
  2. Right-click on it.
  3. Click "Properties".
  4. Select the "General" tab.
  5. Look for -> Security: "This file came from another computer and might be blocked..."
  6. Click Unblock.

This is a much better solution than uninstalling and reinstalling the ADT or Eclipse which can be a pain.



来源:https://stackoverflow.com/questions/3723450/android-adt-plugin-doesnt-show-up-in-eclipse

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