java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader

前端 未结 17 1844
耶瑟儿~
耶瑟儿~ 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条回答
  •  猫巷女王i
    2020-11-29 22:51

    If you use module with c++ code and have the same issue you could try

    Build -> Refresh Linked C++ Projects

    Also, you should open some file from this module and do

    Build -> Make module "YourNativeLibModuleName"

提交回复
热议问题