アンドロイドスタジオで自分のプロジェクトを実行しようとすると、このエラーが発生する誰かが私を助けることができる?アンドロイドスタジオでこのgradleエラーを手伝ってもらえますか?
Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not find any version that matches com.android.support:cardview-v7:23.4.0.+.
Versions that do not match:
25.1.1
25.1.0
25.0.1
25.0.0
24.2.1
+ 22 more
Searched in the following locations:
file:/C:/Program Files/Android/Android Studio/gradle/m2repository/com/android/support/cardview-v7/maven-metadata.xml
file:/C:/Program Files/Android/Android Studio/gradle/m2repository/com/android/support/cardview-v7/
https://jcenter.bintray.com/com/android/support/cardview-v7/maven-metadata.xml
https://jcenter.bintray.com/com/android/support/cardview-v7/
file:/C:/Users/EDUdigital/AppData/Local/Android/sdk/extras/android/m2repository/com/android/support/cardview-v7/maven-metadata.xml
file:/C:/Users/EDUdigital/AppData/Local/Android/sdk/extras/google/m2repository/com/android/support/cardview-v7/maven-metadata.xml
file:/C:/Users/EDUdigital/AppData/Local/Android/sdk/extras/google/m2repository/com/android/support/cardview-v7/
Required by:
AppTraining:app:unspecified
あなたのアプリのbuild.gradleファイルを投稿してください –