You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: