我已经设置了我所有的 android-studio 和项目,但它已经持续构建 gradle 差不多两个小时了
I have setup all my android-studio and project but it's been continously building gradle since almost two hours
当我取消时 gradle 它显示以下行。
Information:Gradle tasks [:app:generateDebugSources,
:app:generateDebugAndroidTestSources, :app:mockableAndroidJar,
:app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources,
:app:compileDebugSources]
Error:java.io.IOException: error=13, Permission denied
使用 vpn 再试一次。我遇到过一次这个问题,它对我有用。
只需转至 /home/suUs12/Android/Sdk/build-tools/21.1.2/
,然后右键单击 aapt
文件,properties -> permissions
并选中 Allow executing file as program
。然后关闭 window.
希望对您有所帮助
当我取消时 gradle 它显示以下行。
Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources, :app:compileDebugSources]
Error:java.io.IOException: error=13, Permission denied
使用 vpn 再试一次。我遇到过一次这个问题,它对我有用。
只需转至 /home/suUs12/Android/Sdk/build-tools/21.1.2/
,然后右键单击 aapt
文件,properties -> permissions
并选中 Allow executing file as program
。然后关闭 window.
希望对您有所帮助