[解決済み] Gradle の依存性キャッシュが破損している可能性があります (ネットワーク接続タイムアウトの後に発生することがあります)。
2022-11-04 01:34:41
質問
このようなエラーが発生するのですが、どうすればよいのでしょうか。
Error:Unable to load class 'org.gradle.tooling.internal.protocol.test.InternalTestExecutionConnection'.
Possible causes for this unexpected error Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
どのように解決するのですか?
Android Studio を 2.3 にアップデートしたら、gradle プラグインを 3.3 にアップデートするように要求され、実行中のプロジェクトに問題が発生しました。 私はすべての Stack ソリューションを調べましたが、この回避策を除いては何もうまくいきませんでした。 私はgradle-wrapper.propertiesの配布URLをこのものに変更しました。
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
(パーマネント・リンク・リストはこちら : https://services.gradle.org/distributions/ )
私のプロジェクトは稼働しています。ただ、次のように更新するよう求められました。 gradle ビルドツール 25.0.0 にアップデートするように言われたので、そうしました。今はすべてうまくいっています :)
- プロジェクトセクションに移動し、gradle scriptsメニューを選択します。
- スクリプト・メニューからgradle -wrapper.propertiesを選択します.
- そして、distributionUrl=https://services.gradle.org/distributions/gradle-2.2-all.zip を "distributionUrl=https://services.gradle.org/distributions/gradle-3.4.1-all.zip" に置き換えてください。
関連
-
[解決済み] BottomSheetDialogFragmentの状態をexpandedに設定する。
-
[解決済み] アンドロイドフラグメント onRestoreInstanceState
-
[解決済み] HttpPostによる画像送信
-
[解決済み] getApplication()、getApplicationContext()、getBaseContext()、someClass.thisの違いと使い分け。
-
[解決済み] Android Studio - あいまいなメソッド呼び出し getClass()
-
[解決済み] FloatingActionButtonのサンプルとサポートライブラリ
-
[解決済み] 非ActivityクラスでContextを取得する [重複].
-
[解決済み] edittextのテキストがメールアドレスかどうかを確認するには?
-
[解決済み] FABアイコンの色を設定する
-
[解決済み] 文字列リソースにHTML?
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み] Android Debug Bridgeでアプリケーションのインストール時にINSTALL_FAILED_VERSION_DOWNGRADEを無視する方法はありますか?
-
[解決済み] handler.postDelayed()を停止する。
-
[解決済み] wrap_contentでRelativeLayoutがフルスクリーンになってしまう
-
[解決済み] バイト配列の画像ファイルをビットマップに変換するには?
-
[解決済み] XMLで矩形を描画できますか?
-
[解決済み] Android StudioからADBを手動で再起動する方法
-
[解決済み] APKが署名済みかデバッグビルドかを確認するには?
-
[解決済み] RecyclerViewのアイテムに波及効果を追加する
-
[解決済み] グリッドビューの高さが削減される
-
[解決済み] <string> XMLで改行やタブを作るには(eclipse/android)?