mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #39] install libhoudini to translate arm apps to x86 #30
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @otoniel-isidoro on GitHub (Sep 18, 2017).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/39
The number of apps compatible with the x86 emulator is very limited.
I tried the libhoudini to translate the arm apps to x86 but without success!
https://android.stackexchange.com/questions/179482/android-emulator-install-failed-no-matching-abis-failed-to-extract-native-lib
Can anyone help me with this?
@budtmo commented on GitHub (Nov 22, 2017):
Hi @otoniel-isidoro ,
Thank you for opening this issue but I will close this issue, because docker-android wont support a conversion of apk from arm to x86. You could ask the developer to provide x86 apk. the other alternative you need to use arm docker image.
Please feel free to reopen this issue if there is an approach how to solve this issue.