にアンドロイドスタジオを更新した後、私はアンドロイドのスタジオを更新している、と1.5バージョンで行われたプロジェクトを開くときに、これは私が取得していますエラーです:いくつかのGradle問題v2.0の
Error:Failed to open zip file. Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network)
には、次の私の依存関係では、 :
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.parse.bolts:bolts-android:1.+'
compile 'com.parse:parse-android:1.+'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:recyclerview-v7:23.2.0'
compile 'com.facebook.android:facebook-android-sdk:4.0.0'
compile 'com.android.support:design:23.2.0'
compile 'com.android.support:support-v4:23.2.0'
}
[Androidスタジオ - Gradle同期エラー](http://stackoverflow.com/questions/27770909/android-studio-gradle-sync-error) – david