Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 AIDE 从 github 克隆了一个开源游戏。我在尝试编译它时遇到了问题,我收到了大约 2000 多个错误。其中之一是:
unknown packages or type : "badlogic"
错误代码是:
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
在“坏逻辑”这个词上。当我从 libs/gdx.jar 检查类名时,似乎类名已经相同。如果有解决这个问题?谢谢你。