Android tools doesnt show up on Eclipse

为君一笑 提交于 2019-12-13 05:42:47

问题


I've installed the latest JRE, eclipse and I have the ADT plugin installed in eclipse. Somehow the android tools don't show up in the window. Instead, there are blank spaces where it should've been. Any help would be appreciated.

Thanks


回答1:


Switch to the Java perspective (you are currently in the 'Resource' perspective): Window->Open Perspective->Java (you may need to select from the Other dialog box).

If you don't see Java as an option, you may have downloaded Eclipse classic, rather than Eclipse for Java Developers.




回答2:


Could you try to close and restart eclipse ? Also, make sure you have the sdk plugin installed correctly.




回答3:


Is the Android SDK properly installed?

Was Eclipse restarted after that?

You can also download a Android Developer Bundle that contains all what you need (Eclipse, ADT) except JDK.




回答4:


What could be happening is that your buttons are simply not visible, it's just matter of adding them to your toolbar. Just right click on your toolbar and hit Customize, On the Tool Bar Visibility tab make sure Android SDK and AVD Manager is selected. That should do the trick.



来源:https://stackoverflow.com/questions/15182826/android-tools-doesnt-show-up-on-eclipse

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