Your Flutter application is created using an older version of the Android embedding

If you come across this error, follow these steps to resolve it before installing the app on your mobile device:

  1. Run flutter upgrade in your terminal to update Flutter to the latest version.
  2. Delete the “build” folder in your Flutter project.
  3. Run flutter pub upgrade --major-versions to update all dependencies in your pubspec.yaml file to their latest compatible versions.

This should help you resolve the error and proceed with the installation.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *