和引擎错误

发布于 2024-12-12 03:53:05 字数 156 浏览 5 评论 0原文

我想从 googlecode 下载 andengine.jar,但我找不到 andengine 存在的 lib 文件夹。有人可以帮我吗?除此之外,我还有来自某处的 andengine.jar 。但是,没有包 org.anddev.andengine.opengl.texture.atlas。请帮我

i want to download andengine.jar from googlecode, but i can't find lib folder where andengine exist. Can anybody help me please? Besides that, i have andengine.jar from somewhere. But, there is no packages org.anddev.andengine.opengl.texture.atlas. Please help me

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

-小熊_ 2024-12-19 03:53:06

https://github.com/nicolasgramlich/AndEngine 查看 AndEngine 代码。

打开安装了 ADT 并链接了 Android SDK 的 Eclipse。将签出的 AndEngine 代码作为“现有 Android 代码”导入到您的工作区。

如果您的 Eclipse 设置为自动构建(默认设置),它将在 /libs 文件夹中构建 AndEngine.jar。您可以在其他项目中使用此 JAR。

这些是您必须与此(最新)版本的 AndEngine 一起使用的示例: https://github.com/ nicolasgramlich/AndEngineExamples

org.anddev.andengine 包名称现已过时。

Check out the AndEngine code from https://github.com/nicolasgramlich/AndEngine.

Open Eclipse with ADT installed and Android SDK linked. Import your checked out AndEngine code in to your workspace as 'Existing Android Code'.

If your Eclipse is set to auto-build (default setting), it'll build an AndEngine.jar in to the /libs folder for you. You can use this JAR in other projects.

These are the examples you'll have to use with this (latest) version of AndEngine: https://github.com/nicolasgramlich/AndEngineExamples

org.anddev.andengine package names are now obsolete.

饭团 2024-12-19 03:53:05

如果你想使用最新版本,你必须从 GitHub 获取它们
https://github.com/nicolasgramlich/AndEngine

获得所有源代码后,由于 jar 不可用,您需要从 AndEngine 目录中运行此命令来生成构建所需的文件:

android -v update project --path e:/dev/andengine/AndEngine

当然,将我的路径替换为您的路径

< br>
有关 GLES2 版本的更多信息,请阅读此论坛帖子: http://www.andengine.org/forums/announces/andengine-gles2-pre-release-on-december-23rd-t6097.html

If you want to use the latest versions, you have to get them from GitHub
https://github.com/nicolasgramlich/AndEngine

Once you have all the source, since jars are not available you'll need to run this command from within the AndEngine directory to generate the files it requires to build:

android -v update project --path e:/dev/andengine/AndEngine

Replace my path with yours, of course

For more info about the GLES2 version read this forum post: http://www.andengine.org/forums/announces/andengine-gles2-pre-release-on-december-23rd-t6097.html

牵强ㄟ 2024-12-19 03:53:05

AndEngine jar 不再出现在网络上。您找到的版本是旧版本,请勿使用它们。
相反,安装 Eclipse 的 Mercurial 插件,然后从 google code 克隆 AndEngine 项目。

使用本教程:http://www.andengine.org /forums/tutorials/getting-started-with-andengine-t11.html

AndEngine jar is not on the web anymore. The versions you find are old, don't use them.
Instead, install the Mercurial plug-in for Eclipse, then clone the AndEngine project from google code.

Use this tutorial: http://www.andengine.org/forums/tutorials/getting-started-with-andengine-t11.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文