Arch Linux上的Android Studio错误

时间:2017-01-04 07:50:09

标签: android linux android-studio archlinux

我在我的Arch linux上安装了Android Studio。但是在运行后我得到了这个Erorr:

Sync with Gradle for project 'My Application' failed: Cause: error=13, Permission denied

这是我从Android Studio的整个日志: download log file

我安装Android studio版本2.2.2并使用我的java包:

[sayres@Arch bin]$ java -version openjdk version "1.8.0_112" ,OpenJDK Runtime Environment (build 1.8.0_112-b15) ,OpenJDK 64-Bit Server VM (build 25.112-b15, mixed mode)

MERCI

2 个答案:

答案 0 :(得分:0)

尝试使用sudo以root权限运行android studio。另一个解决方法可能包括在项目目录中执行from time import time t = time() # starting time while(1): # do stuff t_current = time() # current time # if more than 3 seconds passed: if t_current - t > 3: t = t_current # do other stuff

第二个命令只为您的成绩包装器设置执行标志。

答案 1 :(得分:0)

Android-sdk将安装在chmod +x gradlew上,因此您必须以root身份运行它,或者更好地添加新的用户组。

Arch Wiki上提供了相关说明:https://wiki.archlinux.org/index.php/android