我在Android Studio中啓動項目時出現一個錯誤。 Android Studio - 無法啓動項目工作
當我嘗試Install Repository and sync project
我得到這個:
我有正常的網絡連接。
我在Android Studio中啓動項目時出現一個錯誤。 Android Studio - 無法啓動項目工作
當我嘗試Install Repository and sync project
我得到這個:
我有正常的網絡連接。
起初Update Your Android SDK Tools (Support Repository)
然後在你的的build.gradle添加此部分版本
compile 'com.google.android.gms:play-services-maps:6.5.87'
如果您在管理員模式下使用Linux den運行android studio,然後下載它。通過命令
cd path of studio/bin
sudo ./studio.sh
,或者您可以使用下面它安裝在你的工作室
發佈你的build.gradle –
你編譯了'compile'com.goog le.android.gms:play-services-maps:6.5.87''? 。然後清理 - 重建 - 同步您的項目 –