Android sdk manager and avd manager badges not showing up in my eclipse

enter image description here

trying to reinstall the ADT plug-in, but the Android SDK and AVD manager are not displayed.

+4
source share
3 answers

I have a JavaEE perspective, changed it to Java. Now the AVD manager and SDK manager are displayed.

+1
source

In Eclipse: Menu Navigation -

  • Window
  • Perspective Setting
  • Team Group Availability Tab
  • Check the box, Android SDK and AVD Manager check it
  • Click ok
+16
source

Press the blue BIG button

http://developer.android.com/sdk/index.html

Do not set up your Android development environment from within Eclipse itself. This is cumbersome. Download the version of eclipse that Google has already completed for you all the necessary configuration.

0
source

All Articles