android - Huanxin Easeui reports an error when starting after importing UnsatisfiedLinkError
为情所困
为情所困 2017-06-17 09:15:47
0
1
995

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']
    }
}
但是依然报这个错,哪位大神知道这个怎么解决?这个搞得我快炸了。
为情所困
为情所困

reply all(1)
学习ing

Has it been subcontracted? Why do I look a bit like I didn't subcontract? . . Use multidex to split the package and try again.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template