我无法在 Android 上使用 box2D 初始化新世界

发布于 2024-11-10 09:02:29 字数 284 浏览 0 评论 0原文

我在“库”选项卡中添加了 gdx.jar 和 gdx-backend-android.jar。我得到 java.lang.UnsatisfiedLinkError: newWorld for

gravity = new Vector2(0,10f);        
world = new  World(gravity, false);

All the issues in google source code tracker can't help me。

I added the gdx.jar and gdx-backend-android.jar in the Libraries tab. I get java.lang.UnsatisfiedLinkError: newWorld for

gravity = new Vector2(0,10f);        
world = new  World(gravity, false);

All the issues in google source code tracker cannot help me.

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

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

发布评论

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

评论(2

音盲 2024-11-17 09:02:29

我假设你只使用 box2d 包装器。在这种情况下,您必须自己通过 System.load("gdx") 加载本机。

You only use the box2d wrapper i assume. In that case you have to load the natives yourself via System.load("gdx").

俯瞰星空 2024-11-17 09:02:29

您是否将这些库添加到应用程序的构建路径中?

Did you add these libraries to your app's build path?

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