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

質問済み 5年前957ビュー
2回答
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
回答済み 5年前
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

回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ