-
Notifications
You must be signed in to change notification settings - Fork 28
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
Building on latest Android Studio project with assimp version 4.0 #25
Comments
I also have the following in my project level
|
Additional follow-up: Just for kicks I decided to add the
|
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 additionalMore than one file was found ...
errors. All in all, these are the ones that caused the conflict:Any ideas on how to work around this?
The text was updated successfully, but these errors were encountered: