Java.lang.unsatisfiedlinkerror:dalvik.system.pathclassloader[dexpathlist[[zip file "/data/app/com

Source: Internet
Author: User
Tags file copy zip
java.lang.unsatisfiedlinkerror:dalvik.system.pathclassloader[dexpathlist[[zip File "/data/app/com.cj.qv-2/ base.apk "],nativelibrarydirectories=[/data/app/com.cj.qv-2/lib/arm64,/system/fake-libs64,/data/app/com.cj.qv-2 /BASE.APK!/LIB/ARM64-V8A,/system/lib64,/vendor/lib64,/system/vendor/lib64,/product/lib64]]] couldn ' t find ' Libdfs.so " This problem has been bothering me all morning, but I can't find it." So file, the last solution to solve one: first of all in the Armeabi of the same directory to build a folder armeabi-v7a, the Armeabi file copy A to armeabi-v7a,build the project. If not, delete the Armeabi file, delete the following two: Add the following code in Build.gradle
Defaultconfig {
        
       .....

        NDK {
            abifilters "Armeabi", "armeabi-v7a", "x86", "MIPS"
        }

    }




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.