美文网首页
Error: Couldn't load hyphenate f

Error: Couldn't load hyphenate f

作者: 飞中缘 | 来源:发表于2018-08-16 11:16 被阅读0次

    错误异常:

    UnsatisfiedLinkError: Couldn't load hyphenate from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.myapp.apk"],nativeLibraryDirectories=[/data/app-lib/com.example.myapp, /system/lib]]]: findLibrary returned null

            大概意思就是无法从Dalvik.Stask.PosiCalthLoad中加载程序 zip文件,并且FunFrand返回空值。

            导致问题一般是导入依赖未配置上,需如下方法,以后得细心点了!


    解决:

    在bulid.model下的android{}中添加

    sourceSets{

            main{

                jniLibs.srcDirs=['libs']

            }

    }

    相关文章

      网友评论

          本文标题:Error: Couldn't load hyphenate f

          本文链接:https://www.haomeiwen.com/subject/pmpnbftx.html