Fixing unregistered interpreters (for the native bridge support) (#113)

* Adding debug instructions for libndk_translator and to build ReDroid with GApps

* Small addition in README
This commit is contained in:
Francesco Bonanno
2022-02-16 12:03:12 +01:00
committed by GitHub
parent 409fc8e531
commit 85903c7672

View File

@@ -176,6 +176,7 @@ If you find errors in using libndk_translator, please try the following:
sudo chmod 0755 system/bin/arm64 sudo chmod 0755 system/bin/arm64
sudo chmod 0755 system/lib/arm sudo chmod 0755 system/lib/arm
sudo chmod 0755 system/lib64/arm64 sudo chmod 0755 system/lib64/arm64
sudo chmod 0644 system/etc/binfmt_misc/*
sudo tar -cpf native-bridge.tar system sudo tar -cpf native-bridge.tar system
``` ```