Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bullet Wrapper compilation outdated documentation #225

Open
yahel-ck opened this issue Aug 24, 2024 · 1 comment
Open

Bullet Wrapper compilation outdated documentation #225

yahel-ck opened this issue Aug 24, 2024 · 1 comment

Comments

@yahel-ck
Copy link

Issue details

The Wiki contains outdated documentation on how to compile the bullet wrapper here.

The doc says the native library should be compiled like so:

cd libgdx/extensions/gdx-bullet/jni
ant -f build.xml all

However libgdx/extensions/gdx-bullet/jni/build.xml was deleted in this PR.

The PR says the newer way to compile it is to use the gradle task jnigen/jnigenBuild but I couldn't get it to work yet.
The builds were successfull but it seems like my CPP changes weren't actually compiled in (I got a No implementation found exception for my new JNI method).

If anyone knows what's the correct way to compile the wrapper please let me know!
thanks

@crykn
Copy link
Member

crykn commented Aug 25, 2024

@PokeMMO, @Berstanio: could one of you update the docs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants