Tag Archives: Run the ARM program

Genymotion runs the arm program, install failed no matching ABIS failed to extract native libraries res = – 113

Genymotion is not supported by arm library, resulting in an error when running an app that calls so library:, install failed no matching abis failed to extract native libraries res = -113. Online to find the solution for many, finally found that requires a file, pulled apart, and version can’t too low https://pan.baidu.com/s/1jJRueYa (here 5.1.1 versions of the note with their corresponding versions of the virtual machine)

There’s another solution to

:

splits {
    abi {
        enable true
        reset()
        include 'x86', 'armeabi-v7a','x86_64'
        universalApk true
    }
}

but I don’t understand this code, and this is a machine problem, don’t use code to solve, so I use the first method

another way is to use real machine debugging