UnsatisfiedLinkError for com.aldebaran.qi
问题 I am building an Android app to communicate with a NAO robot so I downloaded the naoqi jar library and added it to my project. I downloaded the JAR library from the following link: https://developer.softbankrobotics.com/pepper-naoqi-25-downloads-linux After that I tried running the code from the link https://github.com/aldebaran/libqi-java/blob/master/examples/android/RobotTalk/src/com/aldebaran/HelloAndroidActivity.java The JAR library is included within build.gradle like follows Hello An