提示: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" />


你可能感兴趣的:(android)