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

Android box2d build failing 1.10.0 #45

Closed
jjscode opened this issue Apr 23, 2021 · 1 comment
Closed

Android box2d build failing 1.10.0 #45

jjscode opened this issue Apr 23, 2021 · 1 comment

Comments

@jjscode
Copy link

jjscode commented Apr 23, 2021

I updated my project from libgdx version 1.9.14 to 1.10.0, and noticed the build was failing on android.
I run the program via cmd (gradlew android:installDebug)

ss1

It seems after removing the lines from android/build.gradle fixed the problem.

natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi"
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-armeabi"

@tommyettinger
Copy link
Member

Ah, geez, good catch. The armeabi binaries were removed and I hadn't changed liftoff accordingly. I think that architecture is rare enough that I can remove the armeabi dependencies for older versions as well as the current 1.10.0. Thanks!

tommyettinger added a commit that referenced this issue May 16, 2022
Release should be soon.
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