Plug-in com.android.ide.eclipse.adt was unable to lead class Error

Today while i started my Android ADT Eclipse Workspace i got the following error message, 

Problem Opening Wizard

The selected wizard could not be started.

Reason :

Plug-in com.android.ide.eclipse.adt was unable to load class
com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.
An error occurred while automatically activating bundle com.android.ide.eclipse.adt (2).



This error message was resolved by restarting eclipse. If this doesn't work try restarting your Computer. 



If you have not installed ADT Plugin for Eclipse , download the ADT Plugin 

To add the ADT plugin to Eclipse: 

Start Eclipse, then select Help > Install New Software. 

In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: 

https://dl-ssl.google.com/android/eclipse/ 

Click OK. 

When the installation completes do forget to restart Eclipse.



Top





Posts related to android.


1. How to display Toast in a thread : Android

2. Hide the Title bar from android application activity

3. Fail to connect to camera service Android java RuntimeException

4. Duplicate id @+id/textView1, already defined earlier in this layout Android Error 

5. Android Studio Native typeface cannot be made error

6. Android Lint "app_name" is not translated in "af" (Afrikaans), "am" (Amharic), "ar" (Arabic) [Solution]

7. List of Game Engines for Android App development (2015)

8. Android Error This template requires a build target API version of at least 14, and the current version is 10

9. How to share Image and Text on Instagram from your android app using Share Dialog

10. fill_parent vs match_parent vs wrap_content

11. ActionBarSherlock Implementation to Support Older Android SDK

12. How To Disable Landscape Mode in Android Application

13. The Android Virtual Device is currently running in an emulator and cannot be deleted

14. FacebookSDK] Unable to resolve target android-8 (Android Facebook SDK error)

15. How to get Mobile Screen Resolution Width and Height programatically

16. How to set background color for android layout pragmatically using java and through xml

17. Center Align TextView Android Horizontally or Vertically

18. The Android Virtual Device 'myEmulator' is currently running an emulator and cannot be deleted.

19. 919 Unknown error code during application install on Android

20. JavaDocs for Android SDK Eclipse IDE
原文地址:https://www.cnblogs.com/lingyi1111/p/4515749.html