Qodana Android linter: Cannot use AGP version higher than 9.0.0-alpha06

Problem

Qodana linter does not support Android Gradle Plugin (AGP) versions higher than 9.0.0-alpha06. Attempting to use a newer AGP version such as 9.1 leads to a build error or unsupported plugin message.

Cause [Optional]

Qodana relies on the bundled Android IntelliJ plugin for AGP support. The plugin’s linter support for AGP versions usually lags behind the latest AGP releases. Project configuration cannot resolve this limitation.

Resolution

  • Use AGP version 9.0.0-alpha06 or below in the project to ensure compatibility with Qodana linter.
  • Track support for newer AGP versions in the corresponding public tracker, e.g. for AGP 9.1: IDEA-390133
0 out of 0 found this helpful

Please sign in to leave a comment.

Have more questions?

Submit a request