How to install libhoudini on a custom Android x86 rig

后端 未结 3 447
情歌与酒
情歌与酒 2020-12-28 20:11

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 s

3条回答
  •  感情败类
    2020-12-28 20:43

    The first answer from @Bawenang is very helpful, but unfortunately the http://goo.gl links in the enable_nativebridge script are now forwarded to HTTPS by Google.

    wget on android-x86 does not understand SSL, therefore the download fails.

    A workaround is to edit the script and insert a proper link, e.g. the ones from this page are quite easy to type:

    https://github.com/Rprop/libhoudini

    In the script you only have to replace one of the URLs, e.g. for x86, replace the one that is preceded by v=7x or v=8x.

提交回复
热议问题