61

I'm using Android Studio 3.0 Canary 1. I'm trying to update it to Android Studio 3.0 Canary 2 but it shows the following error:

Studio does not have write access to /private/var/folders/mk/h5qpw_r11_7ggh9q52n9hhlr0000gn/T/AppTranslocation/1321881E-C41D-4AF7-B207-F31894226D50/d/Android Studio 3.0 Preview.app/Contents. Please run it by a privileged user to update.

I even tried running Android studio with sudo from the command line:

sudo /Applications/Android\ Studio 3.0 Preview.app/Contents/MacOS/studio

But it didn't work. Any help will be much appreciated.

Abhi
  • 2,115
  • 2
  • 18
  • 29
  • did u try opening it by click clicking on the android studio and open as administrator ? – Reyansh Mishra May 27 '17 at 06:30
  • @ReyanshMishra I work on Mac, it doesn't have 'open as administrator' option. – Abhi May 27 '17 at 06:34
  • try to give it the way u would in mac. – Reyansh Mishra May 27 '17 at 07:11
  • 1
    first i made finder to show all hidden files. and then moving to the path shown in android studio via Finder, i put the androidstudio.app file to application. Opened Android studio from applications and the problem solved. – Antroid Oct 12 '18 at 15:06

19 Answers19

83

You are a victim of the new macOS Sierra security feature called Path Randomization. Read more in the relevant thread. The simple way to get rid of this read-only random path is to move the app binary to a different folder (e.g. /Applications) with Finder (not command line, not PathFinder, just built-in Finder). It will move the app out of the quarantine. Other ways are described in the previous link.

  • 3
    I've moved Android Studio to Applications (be careful, as this will disrupt all of your AVD devices with custom configurations, skins, etc) but I'm still getting this error. Is there some other configuration I need to edit? – airowe Dec 06 '17 at 17:42
  • 4
    Just happened while running Monterey; Studio was already in Applications folder; fixed by simply opening another Finder window to the Downloads folder; while holding down Cmd drag Studio to the downloads folder and then I simply dragged it back to the Applications folder (again holding down Cmd). Update worked fine after that. I also removed Studio from the dock and re-added it to the dock for safe measure. Hope that helps! – Jaja Harris Dec 31 '21 at 16:40
  • 1
    This was happening in my case also. Just moving to Application folder alone and trying to update didn't went well. Then I Exited from android studio and reopened it from application section, and Voila! It worked! Thanks @Mateusz for the idea – Ahsan Ullah Rasel Jun 08 '22 at 05:15
40

It seems you can also run into this issue if you have Android Studio installed via JetBrains Toolbox. The solution then is to just quit Android Studio, and install the update via the ToolBox.

William Brawner
  • 1,470
  • 17
  • 15
38

The easiest solution ever: I moved the Android Studio 3.5 Canary file from the Downloads folder to Applications folder.

note: make sure Android Studio not running.

Benny
  • 1,650
  • 17
  • 20
37

Another workaround:

Reference to the IntelliJ IDEA / MacOS Sierra issue: Upgrading IntelliJ IDEA after Sierra Upgrade: does not have write access to /private/var

This worked for me, replaced IDEA path with my Android Studio Directory

sudo xattr -d com.apple.quarantine /Applications/Android\ Studio.app
sudo chmod -R 777 /Applications/Android\ Studio.app
Vaughn Armada
  • 439
  • 4
  • 5
25
  1. Go to applications->Android Studio
  2. Right click and select "Show Package Content"
  3. Right click on Contents folder and select "Get info"
  4. Look for "Sharing & Permission" option.
  5. Give read & write permission to your user.
  6. From gear icon select "Allow for enclosed item"
Prakhar Bangar
  • 261
  • 4
  • 5
8

Simply move to Application folder. From----> /private/var/folders/............./d/ TO ----->. /Application or write access folder....

MANI
  • 187
  • 1
  • 6
5

I was using the wrong command, it should be as given below:

sudo /Applications/Android\ Studio\ 3.0\ Preview.app/Contents/MacOS/studio
Abhi
  • 2,115
  • 2
  • 18
  • 29
  • 1
    I am getting this error after executing above command: `/Applications/Android Studio 3.0 Preview.app/Contents/MacOS/studio: command not found` – Shajeel Afzal Sep 05 '17 at 13:19
5

The same error showed in my Android studio as well, when I tried to update. So I copied my existing Android Studio.app file from a private folder to the Application folder. This fixed my issue.

Sudhi
  • 403
  • 4
  • 8
5

In my case on Mac, Android Studio wasn't opened from the Applications folder for some reason. Make sure you open the one that's there and not a copy that's saved elsewhere, otherwise it won't have the privileges.

peresisUser
  • 1,680
  • 18
  • 23
5

Possible solution in case Android Studio application is in the download folder:

Ran into a similar issue on Big Sur:

  • I moved it to the application folder
  • reopened Android Studio
  • retried update

Solved in my case.

Stefano Sansone
  • 2,377
  • 7
  • 20
  • 39
Mjaludi
  • 51
  • 1
  • 2
3

You should not run something as bloated as Android Studio under "Sudo" as that gives full root access to every bit of code in it, and leaves any files it creates as owned by root! Talk about malware heaven...

The OP on this post mentioned that the problem is in /var/folders/... not in /Applications. For some reason, when you run Android Studio 3.x, it somehow gets itself mounted on /var/folders, as you can see by opening a terminal window and giving the command "mount":

/Applications/Android Studio 3.0 Preview.app on /private/var/folders/58/d2drp3pn7q10p6rqhck1t89c0000gn/T/AppTranslocation/80A800C1-65DB-4933-9B88-5CF90BFC8B0D (nullfs, local, nodev, nosuid, read-only, nobrowse, mounted by ida)

This does not happen when you run Studio 2.3 or any other normal application, so I'm guessing it's some "new improved" feature of 3.x that is causing this trouble.

Problem remains unsolved.

idarwin
  • 607
  • 4
  • 19
3

In Mac goes to android studio location:

  1. Right click on android icon and select reveal in Finder

  2. Than In Finder, select Android Studio File and right click and select -> Show package contents

  3. Then, Select contents folder and right click and select get info then Go to sharing and permissions and select read and write than exit
  4. Open Android Studio and check for updates, its done.
3

Your app can be out of applications folder. Did you check it. First check then if it is not in app folder move to app folder and try again.

If it doesn't work you must try terminal commands that the other answers.

Ali Can
  • 41
  • 2
2

if your using Ubuntu android 3.0 and getting error while updating to latest version and if you installed android studio using android installation guide example official video then you have to run sudo chown -R $USER:$USER /usr/local/android-studio/ this commend in your terminal

giveJob
  • 1,500
  • 3
  • 17
  • 29
2

Using the terminal and going to Android Studio binary and executing from terminal, such as

cd /Applications/Android\ Studio.app/Contents/MacOS/
./studio

Solved the problem for me.

It appears that launching a binary directly from terminal does not launch App Translocation protection. More information here

LucasMW
  • 151
  • 6
1

I had similar issue on my mac after migrating OS. This worked for me: Go to /Applications/Android Studio ... /Contents right click contents directory -> get info ->sharing and permission ,click lock icon to unclock settings then give your account read & write permission. then while your account type (admin)is selected click settings icon below and chose apply to enclosed items . done

Abednegotm
  • 21
  • 4
0

My problem: I was opening my Android Studio directly from the "virtual device", then when I needed to update it always the prompt with the message "android studio does not have write access ..." was shown.

After right click on Android Studio icon in dock > Options > Show in Finder always opened the virtual device with the option to swipe it to the Apps folder. I did it, replaced the version in the Apps folder and ran again the same steps: right click on Android Studio icon in dock > Options > Show in Finder .

Now Finder showed AS in Apps folder. After this, after a new version of AS, it's possible without showing "android studio does not have write access ..." error.

Carlos Daniel
  • 2,459
  • 25
  • 30
0

In my case the Android Studio is installed with brew. When using upgrade from UI it shows me the error described above. To upgrade the version I use:

brew upgrade android-studio

Then it works without issues.

masala
  • 31
  • 4
-1

This happened to me when I was running an Android Studio Preview build from within the downloads folder. I forgot to move it to the Applications folder — upon doing so, everything worked as expected!

jacoballenwood
  • 2,787
  • 2
  • 24
  • 39