The startup error after importing Easeui is UnsatisfiedLinkError
java.lang.UnsatisfiedLinkError: Couldn't load hyphenate from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.administrator.laialai- 1.apk"],nativeLibraryDirectories=[/data/app-lib/com.administrator.laialai-1, /system/lib]]]: findLibrary returned null
According to what is said on the Internet, the so file cannot be found and I added sourceSets in gradle {
main {
jniLibs.srcDirs = ['libs']
}
}
但是依然报这个错,哪位大神知道这个怎么解决?这个搞得我快炸了。
Has it been subcontracted? Why do I look a bit like I didn't subcontract? . . Use multidex to split the package and try again.