From 85903c7672ff31cf31e6f2be432c6ca46a5baed1 Mon Sep 17 00:00:00 2001 From: Francesco Bonanno Date: Wed, 16 Feb 2022 12:03:12 +0100 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2725c8f..6da0888 100644 --- a/README.md +++ b/README.md @@ -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/lib/arm sudo chmod 0755 system/lib64/arm64 + sudo chmod 0644 system/etc/binfmt_misc/* sudo tar -cpf native-bridge.tar system ```