Android 更新SDK后编译multidex库时出错

Android 更新SDK后编译multidex库时出错,android,android-studio,android-multidex,Android,Android Studio,Android Multidex,我是Android Studio的新手 我已经成功地将我的Eclipse项目转换为Android Studio。一切正常,直到今天我更新了我的SDK,突然它开始给我错误 > Error: A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:_debugCompile'. > Could not find com

我是Android Studio的新手

我已经成功地将我的Eclipse项目转换为Android Studio。一切正常,直到今天我更新了我的SDK,突然它开始给我错误

> Error: A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
   > Could not find com.android.support:multidex:1.0.1.
     Searched in the following locations:
     https://jcenter.bintray.com/com/android/support/multidex/1.0.1/multidex-1.0.1.pom
     https://jcenter.bintray.com/com/android/support/multidex/1.0.1/multidex-1.0.1.jar
     https://jitpack.io/com/android/support/multidex/1.0.1/multidex-1.0.1.pom
     https://jitpack.io/com/android/support/multidex/1.0.1/multidex-1.0.1.jar
     file:/C:/Users/as/AppData/Local/Android/sdk/extras/android/m2repository/com/android/support/multidex/1.0.1/multidex-1.0.1.pom
     file:/C:/Users/as/AppData/Local/Android/sdk/extras/android/m2repository/com/android/support/multidex/1.0.1/multidex-1.0.1.jar
     file:/C:/Users/as/AppData/Local/Android/sdk/extras/google/m2repository/com/android/support/multidex/1.0.1/multidex-1.0.1.pom
     file:/C:/Users/as/AppData/Local/Android/sdk/extras/google/m2repository/com/android/support/multidex/1.0.1/multidex-1.0.1.jar
 Required by:
     ElalaSeller:app:unspecified
当我重建我的项目时。上面说

Error:(25, 13) Failed to resolve: com.android.support:multidex:1.0.1
    Install Repository and sync project
    Show in File
    Show in Project Structure dialog
我检查了Android支持存储库是否已安装

任何帮助都将不胜感激

多谢各位

更新:我检查了问题。多数赞成者说安装Android支持库。但就我而言,我已经安装了它。你们可以在我上传的截图中看到。但仍然得到同样的错误


我已经清理了我的项目,但仍然没有更改。

检查。你应该安装
Android支持库
。可能是@MadhukarHebbar的副本我已经安装了Android支持库。你可以在ss中看到它。更新你的Android studio和gradleversion@vrundpurohit只需清理项目并重建即可。如果在此过程中出现任何错误,请更新问题。