android-->AndroidManifest.xml警告屏蔽

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.

这些警告可以忽略,方法如下:

聚焦到警告部分,按Ctrl+1后选择“Add ignor...”即可。

posted on 2013-03-06 17:16  trako  阅读(270)  评论(0编辑  收藏  举报

导航