This situation may happen during the first Flutter App run. It is because gradle file may not be correct and needs to be cleaned and rebuild. Simply run below command in your Android Studio Terminal at $Project\Android folder: ./gradlew clean build Please note, in the above Android Gradle plugin requires…