If you are getting this error while you are trying to view Android layout.xml files in Eclipse Android SDK in Graphical View (would appear blank) then its because your ADT plugin is outdated, so you need to update it,
Resolving Eclipse Android ADT plug-in issue :- Go to Menu → Help → Install New Software
- In the Work With: TextField enter the URL: https://dl-ssl.google.com/android/eclipse/
- Now you must select Developer tools -> Android Development Tools
- Click Next → Next → Accept Terms
- The ADT plugin error must go once the download and installation are done! You will be asked to restart the eclipse.
If this does not work you can try setting a lower version of API level that is supported say API 21 instead of API 22 in Graphical View.
More Posts related to Eclipse,
- Enable Spellcheck in eclipse workspace
- List of Eclipse versions and future releases (2020-09)
- INVALID FILE NAME: MUST CONTAIN ONLY [a-z0-9_.] Android Eclipse Error
- How to enable line numbers in Eclipse IDE
- How to Save Eclipse console logs in external log file
- How to Change Eclipse Default Web Browser
- Enable Eclipse dark mode
- Add imports in eclipse shortcut key combinations
- Eclipse version 32-bit or 64-bit check
- [Eclipse] Enable or Disable print margin line
- Eclipse Error : The Eclipse executable launcher was unable to locate its companion shared library.
- Eclipse: Updating Maven Project. Unsupported IClasspathEntry kind=4
- eclipse maven m2e : Cannot complete the install
- Eclipse : This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in
- Failed to load the JNI shared library jvm.dll
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- How to use Content Assist in Eclipse IDE
- How to Word wrap eclipse console logs width
- Eclipse : Workspace was written with an older version of the product and will be updated
- List of Code Snippets/Templates to Eclipse IDE
More Posts:
- How to make Android EditText not editable - Android
- Indent XML Formatting In Notepad++ - NotepadPlusPlus
- Send Extra Data with Ajax Get or Post Request - JavaScript
- How to un-hide tab bar in notepad++ - NotepadPlusPlus
- Disable Back Button in Android Programmatically - Android
- 97 Useful Notepad++ Keyboard Shortcuts - NotepadPlusPlus
- How to verify if java is installed on the computer and get version detail - Java
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio - Android-Studio
- [Solution] Installing Whatsapp There's insufficient space on the device - WhatsApp
- Unhandled exception type InterruptedException : Java Threads - Java
- Delete blank lines in a file using Notepad++ - NotepadPlusPlus
- fill_parent vs match_parent vs wrap_content - Android
- XmlRpcException ConnectException connection refused error - Java
- How to Setup maven on Mac OS X - Mac-OS-X
- Android ListView turns Black or Flickers while Scrolling - Android