androidiosflutterandroid-studioversion

Flutter app not updating on physical device after code changes unless run via Android Studio(2024.3.2)


I'm using Android Studio for Flutter development, and after a recent update to Android Studio version 2024.3.2, I noticed a strange behavior when deploying the app to a physical device.

Problem:

Example:

What I expect:

The app should remain updated with the latest changes, even when I open it later from the device without Android Studio.

Question:

  1. Why is the updated app version only visible when launched through Android Studio?
  2. Why doesn't the updated app persist when launching from the device directly?

========================================================================

If anyone needs more details (logs, project setup, or exact steps), feel free to ask — I’ll be happy to provide them.


Solution

  • Okay, I've found the answer @maulik nagvadiya I Uninstall the app manually from your device, but this did not work for me, so I'm using
    flutter clean and flutter pub get Then run again, and it's worked fine, thanks all