Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
303 views
in Technique[技术] by (71.8m points)

macos - Android Studio Update Error on OSX Yosemite

When I check for updates in Android Studio (1.0.1) it says there is an updates available (1.0.2), but shows this error:

Android Studio does not have write access to /Applications/Android Studio.app/Contents. Please run it by a privileged user to update.

When I try and open it as root, I get an error saying files are missing and it can't start up.

How am I supposed to update with these errors? Should I have installed it as a non-privileged user to start with?

EDIT: I STOPPED GETTING THIS ERROR SEVERAL VERSIONS AGO.

question from:https://stackoverflow.com/questions/27857395/android-studio-update-error-on-osx-yosemite

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Open terminal and type: sudo chmod -R 777 /Applications/Android Studio.app/Contents/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...