After doing some android coding, I’m supposedly doing some improvement on its user interface. But when I viewed the graphic layout of my main.xml, the black screen did not show up, instead, a message prompted me:
Eclipse is loading framework information and the layout library from the SDK folder. main.xml will refresh automatically once the process is finished.
I searched google but none of the solutions worked for me. Then I decided to reinstall the Android SDK. I removed it from my control panel and run the android-sdk installer I have (installer_r10-windows.exe). And that solves my problem. I hope this helps someone. :)
2 responses to “Android Fix: Eclipse is loading framework information and the layout library from the SDK folder. main.xml will refresh automatically once the process is finished.”
So I had the same problem. I tried all the solutions posted on the web, including obviously yours.
Then I had a Homer Simpson moment. It turned out the android sdk path was not set in eclipse preferences (I was importing an old project into a new eclipse on macbook). The message on the command prompt (missing android sdk path) was this exact one, which is why I refer to the Doh moment.
Hi Kamesh, thanks for your comment, did setting the sdk path in the eclipse preferences solved the issue in your case?