hanabi1224 / flutter_appcenter_bundle

MIT License
21 stars 48 forks source link

Unsupported Android Plugin version: 4.1.3 #36

Open BenjaminZaiser opened 3 years ago

BenjaminZaiser commented 3 years ago

Hi,

I added flutter_appcenter_bundle to my project and if I run e.g. flutter build apk --flavor appCenter everything is working fine. But if I try to run the Android app by clicking on the "play" button in AndroidStudio or I just execute flutter build apk without defining an explicit flavor I always get this error: Unsupported Android Plugin version: 4.1.3.

As a workaround for Android Studio I can edit the run configuration and specify the appCenter or googlePlay flavor - then it will work, but without any flavor still no success.

I somehow have the feeling that this is a bug. Did you ever face this issue?

Thanks Ben

anton-roos commented 3 years ago

I have the same issue