2013-11-23 79 views
0

我曾在Android開發工作eclipse,我嘗試新的Android工作室,並創建第一個項目,我得到以下錯誤。Android Studio中的錯誤

Error: Gradle: A problem occurred configuring project ':Helloworld'. 
> Failed to notify project evaluation listener. 
    > Could not resolve all dependencies for configuration ':Helloworld:_DebugCompile'. 
     > Could not find any version that matches com.android.support:support-v4:18.0.+. 
     Required by: 
      HelloworldProject:Helloworld:unspecified 

任何人都可以請幫我解決這個問題嗎?

回答

1

打開您的Android SDK管理器,在Extras下安裝Android Support Repository。

+0

是的,它的工作感謝:) – Syn3sthete