如何在自定义 Android x86 装备上安装 libhoudini

编程入门 行业动态 更新时间:2024-10-12 12:24:04
本文介绍了如何在自定义 Android x86 装备上安装 libhoudini的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我目前正在迷你 PC 上制作定制的 Android Marshmallow x86 64.我已经成功安装了 Android,现在我正在尝试在设备上安装 libhoudini,以便它可以玩 ARM 应用程序和游戏(将应用程序移植到 x86 是不可能的,因为它们是 3rd 方应用程序).如何安装和使用它?当我访问它的 Github 存储库时,它只包含与 .sfs 文件的链接.而且也没有任何关于如何安装和使用它的文档或教程.

I'm currently making a custom built Android Marshmallow x86 64 on a mini PC. I've successfully installed the Android and now I'm trying to install libhoudini on the rig so that it can play ARM apps and games (porting the apps to x86 is not possible since they are 3rd party apps). How do I install and use it? When I go to its Github repo, it only has links with .sfs files in it. And also there is no documentation or tutorial whatsoever about how to install and use it.

谢谢.

推荐答案

所以我实际上设法找到了一个关于此的相当新的教程,并且我已经在我的设备上成功安装并使用了 libhoudini.

So I've actually managed to find a pretty new tutorial about this and I've successfully installed and used libhoudini on my rig.

来自 http://www.android-x86 的最新 Android-x86 iso 实际上有一个 bash 脚本可执行文件,它将帮助我们安装 libhoudini.所以这些是步骤:

The newest Android-x86 isos from http://www.android-x86 actually have a bash script executable that will help us install libhoudini. So these are the steps:

启用此选项:Settings>Apps Compatibility>Enable Native Bridge转到 Android 控制台(Alt-F1 或安装终端模拟器)以超级用户/root 身份登录运行/system/bin/enable_nativebridge

注意:如果您查看脚本本身,您会发现如果您的设备没有所需文件,脚本将尝试下载所需文件.但是有可能文件的服务器会关闭并且 wget 将无限循环.如果是这样的话,这就是你必须做的:

NOTE: If you look at the script itself, you will see that the script will try to download the needed file if your device doesn't have one. But there's a chance that the server of the file will be down and the wget will loop indefinitely. If that's the case, this is what you have to do:

从https://github/rrrfff/下载相应的houdini.sfslibhoudini移动/复制houdini.sfs/system/etc转到 Android 控制台(Alt-F1 或安装终端模拟器)运行/system/bin/uname,如果显示x86-64,将houdini.sfs重命名为houdini64.sfs运行/system/bin/enable_nativebridge
Download the appropriate houdini.sfs from https://github/rrrfff/libhoudini Move / copy houdini.sfs to /system/etc Go to the Android console (Alt-F1 or install a terminal emulator) Run /system/bin/uname, if it says x86-64, rename houdini.sfs to houdini64.sfs Run /system/bin/enable_nativebridge

我希望它可以帮助任何想要使用 libhoudini 在 Android-x86 上运行 ARM 应用程序的人.干杯.

I hope it helps anyone who wants to run ARM apps on an Android-x86 using libhoudini. Cheers.

这篇关于如何在自定义 Android x86 装备上安装 libhoudini的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-04-16 15:10:56,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/889189.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:自定义   装备   如何在   Android   libhoudini

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!