commit 2999c3cf7fd5fe0671733a6e9a2b26024dd9ef35 parent cc757f18c5d91dc8ce07ca392585003899bcdc60 Author: Beau <cbeauhilton@gmail.com> Date: Tue, 19 Sep 2023 23:01:39 -0500 update Diffstat:
M | site/posts/pixel6screen.md | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/site/posts/pixel6screen.md b/site/posts/pixel6screen.md @@ -87,6 +87,8 @@ this is just what I used): ```shell paru # make sure things are up to date generally paru -S android-tools android-sdk-build-tools # includes adb and other goodies +# enable multilib - not sure if this is strictly needed +# - https://wiki.archlinux.org/title/android#Android_Emulator reboot ```