Relative Content

Tag Archive for androidkotlinopenglassimp

Getting a lot of “Duplicate class … found in modules assimp.jar”

I’m creating an Android app using Kotlin to read PLY files and render them using OpenGL. I found about the Assimp library and tried some approaches like building from its source (had issues creating the JNI bindings), using different packages on MavenCentral (different options available, some of them are not complete or caused some random issue), and ended up getting the JAR file from this GitHub repo to give it a try.