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
(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