Android tools doesnt show up on Eclipse

2019-09-09 16:37发布

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

Thanks

4条回答
Viruses.
2楼-- · 2019-09-09 17:17

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.

查看更多
Bombasti
3楼-- · 2019-09-09 17:18

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.

查看更多
别忘想泡老子
4楼-- · 2019-09-09 17:21

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.

enter image description here

查看更多
在下西门庆
5楼-- · 2019-09-09 17:26

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

查看更多
登录 后发表回答