search

Home  >  Q&A  >  body text

android - Huanxin Easeui reports an error when starting after importing UnsatisfiedLinkError

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

reply all(1)I'll reply

  • 学习ing

    学习ing2017-06-17 09:17:47

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

    reply
    0
  • Cancelreply