Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to load the LayoutLib: com.android.layoutlib.bridge.Bridge

Tags:

android

My ADT(Android Developer Tools ) was working fine and it was showing the graphical layout of all files few days back but today it is showing this " Failed to load the LayoutLib: com.android.layoutlib.bridge.Bridge " All projects are running fine but i can't see the graphical layout of my .XML files. How can I fix it?

like image 303
Taimour Avatar asked Jul 29 '13 20:07

Taimour


2 Answers

Install a new API (upper than 14) and change the API, as below:

like image 196
yasin Avatar answered Sep 27 '22 19:09

yasin


  • Restart IDE

  • Restart a computer

  • Try to update ADT, SDK and Eclipse Plugin

  • If that will not help reinstall ADT, SDK and Eclipse Plugin

like image 32
TN888 Avatar answered Sep 27 '22 18:09

TN888