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.
l
leandro
09/25/2021, 7:57 AM
Either downgrade your agp to 4.0 or 4.1 I don't remember or you have to use AS
r
Robert
09/25/2021, 2:47 PM
I do this by changing my build.gradle setting
com.android.tools.build:gradle
to 4.1 instead of 7.1.0?
👌 1
a
Anuj Karn
09/26/2021, 3:16 AM
I installed android studio from canary channel, side by side, sure you can upgrade existing one too, This fixed the issue in my case.
r
Robert
09/26/2021, 7:13 AM
Yeah thanks, only thing is that it isn't really a fix unless you want to trade intellij idea for Android studio. I use multiplatform setup so android is only one part.