使用 Xlint:deprecation with android
2022-09-04 05:15:11
因此,当我编译我的Android应用程序时,我几乎总是收到这样的消息:
[javac] Note: /home/kurtis/sandbox/udj/androidApp/src/org/klnusbaum/udj/PlaylistFragment.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
如何使用此选项重新编译?我是否必须在构建.xml中编辑某些内容?