I have tried all the possible solution available on stackoverflow. But I am getting the same error again and again. Not sure from where it's coming from. I followed this thread. And updated the build.gradle file to
splits {
abi {
enable true
reset()
include 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'mips', 'mips64', 'arm64-v8a'
universalApk false
}
}
This is the error I am getting
Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
Till yesterday night this was working fine. But today it's ruining my day. Could some one please help me with this ?
I am not using additional application like genymotion or arc welder. I am getting this error on android emulator.
I tried running it on real device, but same issue.
Regards