From 31fd10fea31a051616b62162ae1b03ae2990f527 Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Sat, 18 Feb 2023 09:50:48 +0000 Subject: [PATCH] Create guide to fix "path too long" error when installing --- Fixes/FixPathTooLong.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Fixes/FixPathTooLong.md diff --git a/Fixes/FixPathTooLong.md b/Fixes/FixPathTooLong.md new file mode 100644 index 0000000..7365eb0 --- /dev/null +++ b/Fixes/FixPathTooLong.md @@ -0,0 +1,28 @@ +# WSABuilds       + +--- +## Issue:
Error stating that "Path is too long" when extracting files from .zip archive needed to install Windows Subystem for Android (WSA) +### Preface: +##### This issue is caused if the folder name is too long. This is the typically the case as MagiskOnWSALocal script tends to generate a long string for the .zip file and the folder within the archive. + + + +--- +## Solution + +The solution is simple, all you have to do is: + +**1. Rename the .zip folder to a shorter name, which can be anything to your choosing
(For example: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)** + +**2. Rename the extracted folder to a shorter name, which can be anything to your choosing
(For example: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)** + +--- + +### Have futher question or need help? + +Join the Discord if you have any other questions or need help! + +[](https://discord.gg/2thee7zzHZ) + + +