trying to install preview-6.
Afterwards, checked again with maui-check and got this:
/var/folders/bg/0456g77j7rzcp5d80000gn/T/tmprRCEVA.tmp:1: permission denied: /Users/freddy/Library/Android/sdk/tools/bin/avdmanager
So am I supposed to run maui-check with sudo?
If I do will this modify files it shouldn't? Not sure I want to risk SUDOing this.
Here are some more details (initial part of maui-check edited):
_ _ _____ _____ __ __ _ _ _ ___
| \ | | | ____| |_ _| | \/ | / \ | | | | |_ _|
| \| | | _| | | | |\/| | / _ \ | | | | | |
_ | |\ | | |___ | | | | | | / ___ \ | |_| | | |
(_) |_| \_| |_____| |_| |_| |_| /_/ \_\ \___/ |___|
🚑 .NET MAUI Check v0.6.7.0 💉
────────────
This tool will attempt to evaluate your .NET MAUI development environment.
If problems are detected, this tool may offer the option to try and fix them for you, or suggest a way to fix them yourself.
Thanks for choosing .NET MAUI!
────────────
⏳ Synchronizing configuration... ok
⏳ Scheduling appointments... ok
🔎 OpenJDK 11.0 Checkup...
– 1.8.0-25 (/Users/freddy/Library/Developer/Xamarin/jdk/microsoft_dist_openjdk_1.8.0.25)
✔ 11.0.10 (/Library/Java/JavaVirtualMachines/microsoft-11.jdk/Contents/Home/bin/..)
🔎 Visual Studio 8.10.0 Checkup...
✔ Visual Studio for Mac (8.10.6.10)
🔎 Android SDK Checkup...
✔ emulator (30.6.5)
✔ build-tools;30.0.2 (30.0.2)
✔ platforms;android-30 (3)
✔ system-images;android-30;google_apis;x86 (9)
✔ platform-tools (31.0.2)
🔎 Android Emulator Checkup...
────────────
💉 Recommendation: Create an Android Emulator
────────────
🔔 Attempt to fix? [y/n] (y): y
⏳ Attempting to fix: Android Emulator
/var/folders/bg/0456g77j7rzcp5rcv2vfpdd80000gn/T/tmprRCEVA.tmp:1: permission denied: /Users/freddy/Library/Android/sdk/tools/bin/avdmanager
Fix applied. Checking again...
AND ACTUALLY NO, NOT APPLIED and it keeps repeating this a couple time before giving up.
(even if I run this again)
trying to install preview-6. Afterwards, checked again with
maui-check
and got this:/var/folders/bg/0456g77j7rzcp5d80000gn/T/tmprRCEVA.tmp:1: permission denied: /Users/freddy/Library/Android/sdk/tools/bin/avdmanager
So am I supposed to run maui-check with
sudo
?If I do will this modify files it shouldn't? Not sure I want to risk SUDOing this.
Here are some more details (initial part of
maui-check
edited):AND ACTUALLY NO, NOT APPLIED and it keeps repeating this a couple time before giving up. (even if I run this again)
FYI, above failure is then followed by:
So how to get the emulator installed? Why does this keep failing? That dir is a temp dir so should have full access...