在Android Studio中创建新项目后出现错误

Kir*_*ran 1 android android-studio android-gradle-plugin

刚才我将我的android工作室从build 130.737825更新为build 130.878379.当我第一次创建项目时,我收到了以下错误.

Gradle: A problem occurred configuring project ':MyApplicationadfaldf'.
    > Failed to notify project evaluation listener.
       > Could not resolve all dependencies for configuration ':MyApplicationadfaldf:_DebugCompile'.
          > Could not find any version that matches com.android.support:appcompat-v7:+.
            Required by:
                MyApplicationadfaldfProject:MyApplicationadfaldf:unspecified
Run Code Online (Sandbox Code Playgroud)

是什么原因?

Kir*_*ran 5

对于可能面临同样问题的其他人,请转到工具 - > Android-> SDK管理器,并更新所有存储库.现在,一切都会正常运作.