Redth / dotnet-maui-check

.NET MAUI Check tool
MIT License
479 stars 79 forks source link

Auto-Insalled Android tools not marked as executable #151

Open J-Swift opened 2 years ago

J-Swift commented 2 years ago

(NOTE: only tested on a Mac)

When maui-check fulfills the Android SDK requirement automatically, it doesn't mark the binaries as executable, and so any attempt to use them will fail with Permission denied. maui-check should mark these files as executable when it downloads them to avoid this.

Workaround: chmod +x {path-to-executable} for each tool you are trying to use