I'm trying to load an android project into intelli...
# android
r
I'm trying to load an android project into intellij, but it fails via
Copy code
> This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2020.3.1 or newer.
> Failed to stop service 'com.android.build.gradle.internal.errors.SyncIssueReporterImpl$GlobalSyncIssueService_4e280c73-f191-497b-9e82-c0aa147e7cbd'.
   > Failed to find target with hash string 'android-30' in: /opt/android-sdk
I can't find the android support plugin in the settings, intellij version 2021.2.2 I ran
Copy code
sdkmanager "platforms;android-30"
So the platform should be installed.
😉 1
😶 2
a
The first IDEA version that supports AGP 7.0.0 (AS 2020.3.1) is 2021.3 EAP 3. See here.