简体   繁体   中英

libGDX GWT compile error that appears to be related to com.badlogic.gdx.utils.AtomicQueue<T>

I have created a little game using libGDX and I try to compile the html project using GWT compile.

The error I'm getting is the following:

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

Any ideas?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM