As mentioned in the comments, there's a bit of a misunderstanding in your question. It seems that you think that the tutorial will allow you to run:
Whereas what is really happening is that the tutorial:
- Uses Ubuntu
- On WSL
- to build a modified Windows Subsystem for Android
- that will run the Google Play Store
With that in mind, using Ubuntu on WSL to build software is, according to our Meta discussions, on-topic here, regardless of what software is being built. So I'm going to attempt to answer your question, or at least point you in the right direction.
Your screenshot (err, don't do that) starts off in the wrong directory (the home/~
directory), which you seem to realize since you try to find the correct directory. But you don't actually show the two most important things:
- The output of the
./run.sh
script
- The
ls
(list) of the directories you checked.
First, try:
cd ~/MagiskOnWSALocal
ls
See what directories are there. If you have a scripts
directory, but not an output
, then something probably went wrong in the build step.
The best solution at that point would probably be to start over - Delete the entire MagiskOnWSALocal directory, git clone
again, and this time pay close attention to the results of ./run.sh
.
Hopefully something in the output there should show went wrong.