简体   繁体   中英

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)

在此输入图像描述

2)

在此输入图像描述

so may i have to change any compile level?

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

Android图标

This icon is in the upper side of this screen:

屏幕显示API版本以呈现代码

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

I was also facing the same problem on my Mac OSX and resolved by downloading and installing jdk 1.8 from here . Hopefully your problem will be solved

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM