3

我用 SDL 安装了 NDK。

我正在使用带有 MinGW 的 Windows 7。

当我在 Android Studio 中编译源代码时,我收到警告: [deprecation] AbsoluteLayout in android.widget has been deprecated

我从文件中收到此警告 4 次: /jni/SDL/android-project/src/org/libsdl/app/SDLActivity.java

我也收到这些警告:

[deprecation] CHANNEL_CONFIGURATION_STEREO in AudioFormat has been deprecated
[deprecation] CHANNEL_CONFIGURATION_MONO in AudioFormat has been deprecated
[deprecation] SURFACE_TYPE_GPU in SurfaceHolder has been deprecated
[deprecation] setType(int) in SurfaceHolder has been deprecated
[deprecation] LA_88 in PixelFormat has been deprecated
[deprecation] RGBA_4444 in PixelFormat has been deprecated
[deprecation] RGBA_5551 in PixelFormat has been deprecated
[deprecation] RGB_332 in PixelFormat has been deprecated
[deprecation] ACTION_POINTER_ID_MASK in MotionEvent has been deprecated
[deprecation] ACTION_POINTER_ID_SHIFT in MotionEvent has been deprecated

我使用 Mercurial 安装了 SDL: hg clone http://hg.libsdl.org/SDL 并按照README-android.txt

我是否安装了错误的东西?不再支持 SDL?如何修复这些警告?

4

1 回答 1

0

我可能误解了您的问题,但我认为 SDL 从未得到 Google 的正式支持。您遇到弃用警告这一事实应该不是特别麻烦,但是如果/当 SDL 团队开始使用它时,您可能必须在未来某个时候升级您的 SDL 版本以利用更新的 API。

于 2013-08-26T18:38:02.260 回答