1.文件夹权限问题
- 1.在当前目录下获取root权限,输入秘密
sudo -s
- 2.表示将整个/home/user目录与其中的文件和子目录的权限都设置为rwxrwxrwx
0 [000] 无任何权限
4 [100] 只读权限
6 [110] 读写权限
7 [111] 读写执行权限
chmod -R 777 /home/dingmouren
- 3.重启android studio
sudo -s
chmod -R 777 /home/dingmouren
本文标题:ubuntu下android studio遇到的问题
本文链接:https://www.haomeiwen.com/subject/ihtysftx.html
网友评论