libGDX接口无法应用错误

libGDX interface cannot be applied error

我想使用 libGDX 中的接口。

编译前 AndroidLauncher 中出现错误。

这一行说: initialize(new MyGdxGame(actionResolverAndroid), config);.... cannot be applied

你可以试试,运行 整个代码在这里:https://github.com/kovacsakos/gdx-interfaces

GitHub repo 已更新,您可以在其中看到工作代码。