提示:Not targeting the latest versions of Android; compatibility modes apply. .....
Posted xiaochunzao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了提示:Not targeting the latest versions of Android; compatibility modes apply. .....相关的知识,希望对你有一定的参考价值。
编辑androidManifest.xml时提示
Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the
android.os.Build.VERSION_CODES javadoc for details.
修改
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />
以上是关于提示:Not targeting the latest versions of Android; compatibility modes apply. .....的主要内容,如果未能解决你的问题,请参考以下文章