Had the following error in Eclipse after installing Android 5.0 (SDK 21)
\"Loading data for Android 5.0\" has encountered a problem.
Pars
Installing JDK 1.8 and reload Eclipse worked for me
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Try installing JDK 1.8 and reload Eclipse.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
I tried all above mention step, but not able to solve the problem. After some research, I got Solution of my problem.
check eclipse.ini to see -vm, (like "C:/Program Files/Java/jre7/bin/javaw.exe").
i also have the problem you said and i found eclipse is started with java6. after i modify to use java7, there are no such fail dialog.
Initially I was facing the same issue. I upgraded to JDK1.7. Still issue persist. This is due to the fact that some time eclipse takees the default sdk as 1.6. To resolve this:
This should resolve the issue.