如何在自定义Android x86装置上安装libhoudini [英] How to install libhoudini on a custom Android x86 rig

查看:1614
本文介绍了如何在自定义Android x86装置上安装libhoudini的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在迷你计算机上制作定制的Android Marshmallow x86 64。我已经成功安装了Android,现在尝试在设备上安装libhoudini,以便它可以播放ARM应用程序和游戏(由于它们是第三方应用程序,因此无法将其移植到x86上)。如何安装和使用它?当我转到其Github存储库时,它仅包含与.sfs文件的链接。而且也没有关于如何安装和使用它的文档或教程。



谢谢。

解决方案

因此,我实际上设法找到了一个与此相关的新教程,并且我已经成功安装并在钻机上使用了 libhoudini 。 / p>

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



  • 启用此选项: Settings> Apps Compatibility>启用Native Bridge

  • 转到Android控制台(Alt-F1或安装终端模拟器)

  • 以超级用户身份登录用户/ root

  • 运行 / system / bin / enable_nativebridge


注意:如果您看脚本本身,您将看到该脚本将尝试下载所需文件(如果您的设备没有该文件)。但是,文件服务器可能会关闭并且 wget 会无限期循环。如果是这种情况,这就是您要做的:



我希望它对希望使用libhoudini在Android-x86上运行ARM应用程序的人有所帮助。干杯。


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.

Thanks.

解决方案

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

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

  • Enable this option: Settings>Apps Compatibility>Enable Native Bridge
  • Go to the Android console (Alt-F1 or install a terminal emulator)
  • Login as super user / root
  • Run /system/bin/enable_nativebridge

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:

  • Download the appropriate houdini.sfs from https://github.com/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

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

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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆