-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hello,
I have an Android OpenGL project and am trying to use assimp to load some 3D models in my project. In my build.gradle
file, I included this:
implementation "com.github.kotlin-graphics:assimp:4.0"
However, my project fails to build. The first error I see is the following:
More than one file was found with OS independent path 'libglfw.so.sha1'
Any ideas on how to workaround this? When I tried excluding this in the gradle packagingOptions
(which I don't think is a good idea, but I tried anyway), I got additional More than one file was found ...
errors. All in all, these are the ones that caused the conflict:
libglfw.so.sha1
liblwjgl_opengl.so.sha1
libglfw_wayland.so.sha1
liblwjgl.so.sha1
liblwjgl_stb.so.sha1
logo-mini.png
libopenal.so.sha1
libjemalloc.so.sha1
Any ideas on how to work around this?
Metadata
Metadata
Assignees
Labels
No labels