Sunday, March 5, 2017

Updating Android Studio

So the other day My android studio had some updates but was unable to install asking me to run it with administrator privileges.

The best solution to the problem is to change the ownership to curent user.Just execute the below command in terminal.

sudo chown -R $USER:$USER /opt/android-studio

No comments:

Post a Comment