Cannot find AVD or SDK manager in Eclipse

It looks like I'm having problems after updating my andddd sdk tools and platform tools using sdk manager. The problem is that after the update, I found that the avd or sdk options in the Windows drop-down menu in eclipse disappeared! And I can no longer find an option to create an Android project from files -> new projects.

I tried to remove ADT from eclipse and the software site "https://dl-ssl.google.com/android/eclipse/" from "available software sites", and then reinstall ADT from "https: // dl -ssl. google.com/android/eclipse/ "using help-> install new software. The installation was successful, but I still do not have the ability to quickly access the SDK or AVD manager in eclipse, and I also can not create a new project for Android.

By the way, the prospects for Android have not disappeared, they are still here. In addition, I can manually open the avd and sdk manager from the directory where I installed them.

Can someone show me a workaround? Any help would be greatly appreciated.

+86
android eclipse sdk avd
Aug 19 '12 at 18:14
source share
8 answers

I solved it as follows:

  • Window> Configure Vista ... (you will see that Android and AVD Manager are disabled)

  • Available command groups> Android and AVD Manager> check

  • Toolbar visibility> Android and AVD Manager> check

+322
Jan 16 '13 at 17:52
source share

I had a similar problem after updating the SDK from r20 to r21, but all that I missed was the SDK / AVD Manager and worked in this message while searching for an answer.

I managed to solve it by going to Window -> Customize Perspective , and on the "Command Group Availability" tab check the Android SDK and AVD Manager (not sure why it wasn’t removed because it was there before). I use a Mac, by the way, if the menu option looks different.

+15
Dec 09
source share

Well, I feel stupid, but my problem was that I was in the Debug perspective, and they did not appear in that perspective. Switch to Java and alt.

+4
Jan 31 '13 at 21:14
source share

Window → User perspective → Command group availability → Android SDK and AVD Manager check it

+4
Dec 10 '13 at 15:38
source share

Most likely you can run your eclipse using Java 1.5.

 Latest Plugin requires that the JRE be 1.6 or higher. 

You will need to use Eclipse, which runs on JRE 1.6

Edit: I had problems. If this is not a JRE problem, you can debug this. Follow the procedure below:

  • Window → show view → other → Plug-in Development → Plugin Registry
  • In the plugins registry, find com.android.ide.eclipse.adt or any other android-related plugin (depending on your installation, maybe 7-8)
  • Select, right-click → Diagnose. This will show the problem why the plugin was not loaded.
+3
Aug 19 '12 at 18:42
source share

Try reinstalling the ADT plugin in Eclipse. Check this out: Installing the Eclipse Plugin

0
Aug. 19 '12 at 18:20
source share

I would suggest you install the ADT plugin compatible with your Android SDK tools and try to install all the necessary plugins compatible with your Android SDK HOW Android SDK tools Rev 20.0.3 Android SDK tools Rev 20.0.3 Android SDK platforms Rev 14 Android 2.3. 3 (API 10) sdk platform rev 2 samples for sdk api 10 rev 1 plugin ADT 20.0.3

0
Sep 08
source share

Unfortunately, I had to reinstall eclipse. but first (on Linux) (not sure about the folder on Windows):

 sudo rm -R /usr/share/eclipse/ 
0
Mar 23 '14 at 2:09
source share



All Articles