Flutter Release apk is not working properly?

后端 未结 8 1019
深忆病人
深忆病人 2021-02-07 07:41

I had run this flutter build apk to release my App. Now I had build verison 2 of that.

Now again I want to release my version 2 App.To get the release apk

8条回答
  •  余生分开走
    2021-02-07 07:59

    I think you need

    flutter clean
    

    (I'd consider it a bug that this is necessary, but I'm encountering it as well)

    and

    flutter build apk --release
    

提交回复
热议问题