Android SDK permissions on Linux

Eingestellt 3. September 2016

Installing the Android SDK might give some headaches when it comes to permissions. The commands below set the correct permissions to run the tools without further root requirements.

sudo chown -R root:root android-sdk-linux/
sudo chmod -R a+r android-sdk-linux/
sudo chmod a+x android-sdk-linux/
sudo chmod a+x android-sdk-linux/*/

Hinterlassen Sie einen Kommentar

Sie können Markdown-Syntax verwenden. HTML ist nicht erlaubt.