Device farm shows me "Failed to extract native libraries, res=-113" error

0

Hi there, I'm new in that thread, and doing my first steps.
I'm getting next error when trying to run test (for android):
Failed to install com.bla-bla.bla-bla INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113
Here's the run: https://us-west-2.console.aws.amazon.com/devicefarm/home?region=us-east-1#/projects/e9705ee5-4015-478f-b9f1-c62f8b73ef49/runs/4e2589ec-d023-4c8e-ae4f-5b1c13b112cd
What am I doing wrong?
apk file of my app I've got with the help of EZ explorer

Edited by: Sunshineauto on Sep 3, 2019 3:49 AM

asked 5 years ago936 views
2 Answers
0

Hello,

This error is likely caused due to the app you have compiled not being compatible for the device architecture(s) you have compiled it for (ie: armv7, x86, etc). To fix this issue, you need to recompile the app with support for multiple architectures enabled. In android studio, this can be done through the Advanced options

AWS
answered 5 years ago
0

Iy turned out that problem was hiding in the way i uploaded apk. I was getting it straight from emulator. But when I got this with AS it worked

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions