简体   繁体   中英

Android ADT build path issue, how to fix?

在此处输入图片说明 I installed android adt with eclipse and appcompat v7 is showing error I tried almost everything ie 1.change the build path 2.re installing the whole package 3.include the jar files manually 4.Updating the eclipse

Please check for the error in picture. 在此处输入图片说明

Please help me its two days I am struggling.

You have installed the higher version of jdk. just follow the below steps.

right click on project properties > click on java compiler, enable project specific settings and change the java version to 1.4 or lower.

如果有人遇到相同问题,则在创建新项目时从libs文件夹中删除appcompat_v4

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