glm icon indicating copy to clipboard operation
glm copied to clipboard

cannot not find class

Open bupt-he opened this issue 1 year ago • 2 comments
trafficstars

Caused by: java.lang.ClassNotFoundException: Didn't find class "kool.ExtensionsKt" on path: DexPathList[[dex file "/data/data/com.example.opengl/code_cache/.overlay/base.apk/classes10.dex"

bupt-he avatar Feb 24 '24 05:02 bupt-he

What did you try?

If you need kool, please add i too: see https://github.com/kotlin-graphics/kool

Bixilon avatar Feb 24 '24 07:02 Bixilon

image image i use mat4.to(floatbuffer) ,it show the error in second picture. the lib is implementation("io.github.kotlin-graphics:glm:0.9.9.1-12")

bupt-he avatar Feb 26 '24 00:02 bupt-he

yes, if you want to use it with buffers, you must add kool to your dependencies. See the readme I linked above

Bixilon avatar Feb 26 '24 11:02 Bixilon

Thanks

| | 何译斌 | | @.*** | ---- Replied Message ---- | From | Moritz @.> | | Date | 02/26/2024 19:41 | | To | kotlin-graphics/glm @.> | | Cc | bupt-he @.>, Author @.> | | Subject | Re: [kotlin-graphics/glm] cannot not find class (Issue #42) |

yes, if you want to use it with buffers, you must add kool to your dependencies. See the readme I linked above

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

bupt-he avatar Feb 26 '24 12:02 bupt-he