Replies: 3 comments
-
You're missing a lot of information from your post. For example: |
Beta Was this translation helpful? Give feedback.
-
thanks for answering,
i didn't change anything in cmakelist.txt, but i changed some in build.gradle, like : change the externalNativeBuild from
to
I have tried to clean the project and rebuild the project, but the result is still the same. |
Beta Was this translation helpful? Give feedback.
-
You mentioned that you used these values, but Axmol 2.3.1 no longer uses these, and the Also, the architectures you want to build for should not be hard-coded in the build.gradle, but should be set in
It may be easier to generate new Axmol project, then compare the You've added these:
Is there a specific reason for setting these? If you haven't already done so, comment them out, and re-build your project. If it works, then you know it's one or more of those that is causing the problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
can someone help me please.
I tried to build android for axmol. I managed to build android until the end. but when trying to run the application the result is force close, and an error like this appears:
java.lang.UnsatisfiedLinkError: dlopen failed: library "libopenal.so" not found
I've checked it in the folder, and the libopenal.so file is indeed not there. does anyone know how to include libopenal.so, libc++shared.so & libMyProject.so
My build arch is "armeabi-v7a", "arm64-v8a".
Beta Was this translation helpful? Give feedback.
All reactions