如何将外部库依赖项添加到libgdx项目? [英] How to add external library dependency to libgdx project?

查看:82
本文介绍了如何将外部库依赖项添加到libgdx项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图将一个简单的库(如json.org)添加到我的libgdx项目中.依赖关系已在gradle文件中正确配置.该项目不再编译.我认为问题是因为GWT编译器无法找到源代码.以前有人发生过这种事吗?有什么解决办法吗? 谢谢.

I am trying to add a simple library like json.org to my libgdx project. The dependencies were properly configured in the gradle file. The project is not compiling any longer. I think the problem is because the GWT compiler is not able to find the source code. Did this happen to someone else before? Any possible solution? Thanks.

推荐答案

您遇到什么错误?

尝试从命令行发出命令:

Try to issue the command from the command line:

gradlew --refresh-dependencies

可能从通用 Tween引擎安装页上获得了这一点可以为您提供帮助.在页面文字中:

Got this one from the Universal Tween Engine installation page, probably can help your case. From the page text:

最重要的是,您现在需要通过IDE或从项目目录运行以下命令来刷新项目依赖项:

And most importantly you now need to refresh your project dependencies through your IDE or by running the following command from your project directory:

这篇关于如何将外部库依赖项添加到libgdx项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆