Hello recently i updated to Android L sdk. Now whenever i open new project dialog i\'m getting this error.
parseSdkContent failed Could not initialize class android.gr
The update issue is probably related to your parseSdkContent issue, since "the update mechanism in the ADT bundle is broken" (Comment 66). This means that Eclipse have not updated to be compatible with the new Android
I had the same problem when I wanted to update my Eclipse to prepare it for Android L, so I downloaded the new adt zip, then came accross the other error, and after deleting my .android folder, I am no longer having issues.
The new bundle can be found on the android developer site, and here is the link: Android developer site
The issue was fixed in the API 21 rendering library. As a workaround, you can use the rendering library from API 20 in the meanwhile.
https://code.google.com/p/android/issues/detail?id=77726#c15