【问题标题】:libGDX GWT compile error that appears to be related to com.badlogic.gdx.utils.AtomicQueue<T>似乎与 com.badlogic.gdx.utils.AtomicQueue<T> 相关的 libGDX GWT 编译错误
【发布时间】:2015-11-12 18:42:19
【问题描述】:

我使用 libGDX 创建了一个小游戏,并尝试使用 GWT compile 编译 html 项目。

我得到的错误如下:

No source code is available for type com.badlogic.gdx.utils.AtomicQueue<T>; did you forget to inherit a required module?

有什么想法吗?

【问题讨论】:

  • 也许也将其推送到 libgdx 问题

标签: java gwt libgdx


【解决方案1】:

AtomicQueue 与 GWT 不兼容,您必须使用其他类型的队列或不针对 GWT。

【讨论】:

    猜你喜欢
    • 2012-10-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-12-03
    相关资源
    最近更新 更多