I am trying to build my release app in Flutter and when I run:
flutter run
everything works fine in debugging and test mode. But when I was trying to build a release app with:
flutter build apk
it creates an old first-release app of mine. That I created before and I try to reset the computer reset android and everything but not work what can I do to reset it and clear the cache? I'm trying almost to delete and reset everything but they don't work. What command that I have to run to fix it and create new version release apk
the solution is easy. just run flutter clean and run flutter build apk after that and it generate update app apk. if you want to install it directly just run flutter install after the build command.
flutter clean
flutter install
1.4m articles
1.4m replys
5 comments
57.0k users