Hi,
I have built an extension with opencv libraries. it can be converted into .aix file successfully. But when I imported it into AI2 and tested it on the phone. It always has the error "runtime error: failed resolution of : lorg/opencv/core". Could anyone tell me what happen? Thanks.
Here are some screenshots for a simple test:
The 1st one is source code: in this test, i just call Mat class in opencv to get a new variable. The 2nd one is the AI2 block, the function is to call the extension when clicking button. The 3rd one is the error information from phone. when testing.


