Android Tools Doesnt Show Up On Eclipse
Solution 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.
Solution 2:
Could you try to close and restart eclipse ? Also, make sure you have the sdk plugin installed correctly.
Solution 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.
Solution 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.
Post a Comment for "Android Tools Doesnt Show Up On Eclipse"