java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader

前端 未结 17 1846
耶瑟儿~
耶瑟儿~ 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:49

    For me the problem was in NDK_ROOT not being set.

    Check your console if:

    NDK_ROOT = None [!] NDK_ROOT not defined. Please define NDK_ROOT in your environment or in local.properties

    Check if you have set:

    • NDK_ROOT and SDK_ROOT in C/C++->Build->Environment
    • Android->NDK
    • Android->SDK

提交回复
热议问题