首页 > 移动平台 > 详细

解决Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 4

时间:2014-11-08 16:30:38      阅读:6736      评论:0      收藏:0      [点我收藏+]

有时候我们可能需要将项目的版本降低,比如4.4降低到2.2这样的,可能会遇到类似于这样的错误

Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 4

总之就是jdk的问题了,解决方案是:Righ click on your project > properties > Java compiler > enable "project specific settings" Set Compiler compliance level to 1.6 re Build your project

也就是将编译的JDK进行修改了一下

bubuko.com,布布扣

参考自:http://www.cnblogs.com/xiaokang088/p/3829205.html

解决Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 4

原文:http://www.cnblogs.com/tianzhijiexian/p/4083532.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!