flutter build apk create old version app

前端 未结 4 1492
南方客
南方客 2021-01-31 16:21

I am a new flutter programmer and i am trying to build my release app in flutter and when i run

flutter run

everything work fine in debug and te

4条回答
  •  广开言路
    2021-01-31 17:10

    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.

提交回复
热议问题