java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader

前端 未结 17 1843
耶瑟儿~
耶瑟儿~ 2020-11-29 22:21

Is there someone who had experience with this error?

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file \"/data/app/org.swig         


        
17条回答
  •  醉话见心
    2020-11-29 22:36

    Some old gradle tools cannot copy .so files into build folder by somehow, manually copying these files into build folder as below can solve the problem:

    build/intermediates/rs/{build config}/{support architecture}/
    

    build config: beta/production/sit/uat

    support architecture: armeabi/armeabi-v7a/mips/x86

提交回复
热议问题