Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Endless "Loading Configuration" in Design view

Every time I open an activity layout in order to view its design, I can't see anything, and there's a "Loading configuration" message. How to solve it?

Looks like this is related to the following issue: https://code.google.com/p/android/issues/detail?id=56691&q=%22Loading%20Configuration%22&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars

like image 890
Ilya Kogan Avatar asked Jul 11 '13 14:07

Ilya Kogan


2 Answers

I had the same issue and it got solved by using the menu item: File->Invalidate Caches/Restart

like image 110
spacebiker Avatar answered Oct 18 '22 15:10

spacebiker


Try to delete the build folder.


Here are the details:

Yesterday(2015/6/10) I faced to the same problem, and I solved it by using beyond compare:

  • This problem occured after a forced upgrade.
  • I have 2 projects, one worked(newly created) and one doesn't.
  • So I used beyond compare to compare the 2 projects' folders.
  • Luckily I found build folder of the not-worked never changed even though I clear cache, restart and rebuild it several times.
  • build folder deleted and everything worked fine now.
like image 33
damn_c Avatar answered Oct 18 '22 14:10

damn_c