Failed to create directory /Volumes/Android Studio

android, android-studio, macos, sdk

Solution

Fixed it,

Move your android studio installer file to the Applications folder then when it opens choose to install the sdk on default location not in the downloads map (which I did)

Problem

When I try to install the Android SDK via Android Studio I get his error in the SDK Manager Log I HAVE A MAC not a windows machine. ``` Downloading Android SDK Build-tools, revision 18.1.1 Failed to create directory /Volumes/Android Studio 135.1078000/Android Studio.app/sdk/temp Downloading Android SDK Build-tools, revision 18.1 Failed to create directory /Volumes/Android Studio 135.1078000/Android Studio.app/sdk/temp Downloading Android SDK Build-tools, revision 18.0.1 Failed to create directory /Volumes/Android Studio 135.1078000/Android Studio.app/sdk/temp Downloading Android SDK Build-tools, revision 17 Failed to create directory /Volumes/Android Studio 135.1078000/Android Studio.app/sdk/temp Downloading Android Support Repository, revision 5 ``` So I'm unable to download any of the SDK's :(

Original source