Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parsing Data for android-L failed

i have update my sdk for L Developer preview. and i am not able to load my layout for API 20

my JDK compilence and .class file compatibility is 1.7.

here is snap

1)

enter image description here

2)

enter image description here

so may i have to change any compile level?

like image 567
Sanket Kachhela Avatar asked Jun 30 '14 18:06

Sanket Kachhela


1 Answers

Please, note this Android icon in the upper side of the screen

Android icon

This icon is in the upper side of this screen:

Screen which displays the API version to render the code

Probably it's displaying the number 20. This is the selection to use the API 20 to render the window. Change it to 19, or 20W (not 20L). It'll fix the problem.

API 19 selected

like image 65
Alexandre Landim Avatar answered Oct 26 '22 01:10

Alexandre Landim