如何在Libgdx Project Generator中指定核心项目路径?

时间:2015-01-31 22:36:35

标签: java android-studio libgdx dependencies tween

我正在学习使用Libgdx框架制作飞鸟的教程。 - http://www.kilobolt.com/day-11-supporting-iosandroid--splashscreen-menus-and-tweening.html

我目前正在将Tween引擎库添加到我的项目中。

这是作者给我们做的算法

1.Open up the gdx-setup-ui jar, like we did in Day 2. If you need to download that again, click here.
2.Specify the core project path as shown below.
3.Make sure you select "Universal Tween Engine" by clicking the checkbox.

作者给我们的视觉图说明了这个算法 enter image description here

这是我启动jar文件enter image description here

时获得的UI

在此更新的UI中,我在哪里可以找到核心项目路径?我假设它是目标对话框但是当我输入项目的路径并点击生成时,我得到一个对话框,询问我是否确定要覆盖我的文件(在这种情况下我没有&#t; t)将是新的用户界面的方式吗?在扩展程序enter image description here

中,甚至没有Tween引擎的选项

1 个答案:

答案 0 :(得分:0)

如果有人遇到类似的问题,我建议做我做的事情并遵循替代指南 - https://github.com/libgdx/libgdx/wiki/Universal-Tween-Engine

基本上,安装jar文件,将其放在libs目录中,并在build.gradle中添加依赖项