Issue with Converting OpenCV AAR to JAR with Fast CLI for MIT App Inventor

Hi,
I am trying to create an extension for MIT App Inventor using Fast CLI and would like to integrate the OpenCV library. When converting the opencv.aar file to library.jar, the .so files are not included, causing the library not to work when the extension is used.

I understand that .so files are typically not included in a JAR, but is there any way to include .so files within the extension so it works correctly in MIT App Inventor?

Any suggestions or solutions would be greatly appreciated! Thank you.

A post was merged into an existing topic: :man_running: Fast : An Efficient Way to Build Extensions