対応するGradleバージョンの変更

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard
Not for use with personal data

Axe DevTools Mobile Analyzer Project in Android Studioを使用する場合、プロジェクトはAndroid Gradleプラグイン8.1.1用に設定されています。テスト対象のアプリがバージョン8をサポートしていない場合は、サポートされているバージョンに変更するための以下の手順に従ってください。

Gradleバージョン8からバージョン7に変更するためのガイドライン:

  1. プロジェクトレベルで、build.gradleファイルを開きます。
  2. 3行目で、id("com.android.application") version "8.1.1" apply falseid("com.android.application") version "7.2.2" apply falseに変更します。
  3. gradle-wrapper.propertiesを開きます。
  4. 4行目で、distributionUrl=https://services.gradle.org/distributions/gradle-8.0-bin.zipdistributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-bin.zipに変更します。
  5. プロジェクトを同期して、変更を適用します。

アクセシビリティスキャンの実行を完了するためにセットアップ instruktionに戻ります。