← Back to team overview

sikuli-driver team mailing list archive

[Question #657904]: UnsatisfiedLinkError occurred when finding image on Android devices or simulator

 

New question #657904 on Sikuli:
https://answers.launchpad.net/sikuli/+question/657904

Hi,
I‘m trying to use ADBScreen to make autotest on android devices,I have read the source code and some questions about this
So there is the simple test code 
import org.sikuli.android.ADBScreen as ADB
ab = ADB.start()
ab.aKey(3)
#ab.aTap(img)
ab.click(img)


the error log :
ADBScreen: Android device: 55CDU16C07013395 (1920 x 1080)
[error] script [ test1.2 ] stopped with error in line 5
[error] java.lang.UnsatisfiedLinkError ( java.lang.UnsatisfiedLinkError: org.opencv.core.Mat.n_Mat(III)J 


The Sikulix version is 1.1.2,  I tried to use a android simulator or a real device but both doesn't work. 



-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.