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
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
.