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?
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 executeflutter 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