Call requires api level 16 (current min is 14): 异常解决
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Call requires api level 16 (current min is 14): 异常解决相关的知识,希望对你有一定的参考价值。
API不对应的问题,code报红色警告。
解决方案:首先,试图去修改Manifest--Android:minSdkVersion=“10” --> "14" ; 但这样,并不能解决问题。
再,谷歌方法:Right click on the project folder > android tools > Clear Link Markers
"Run Android Link" makes some markers and the markers cause this error.
以上是关于Call requires api level 16 (current min is 14): 异常解决的主要内容,如果未能解决你的问题,请参考以下文章
Android开发中遇到的问题——Android中WARNING: Application does not specify an API level requirement!的解决方法
错误记录Android Studio 编译时 lint 检查报错 ( Error: Google Play requires that apps target API level 29 or )
Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead的解决的方法
Eclipse编译Android项目时出现的问题:Android requires compiler compliance level 5.0 or 6.0. Found '1.8'