How to build signed apk from Android Studio for Flutter

后端 未结 6 1784
予麋鹿
予麋鹿 2020-11-29 07:09

Is there a way to build an apk for flutter in Android Studio?

I have seen this guideline: https://flutter.dev/docs/deployment/android
But here flutter console i

6条回答
  •  死守一世寂寞
    2020-11-29 07:42

    Every times you run your app, it will generate apks.

    You can find it in your project files :

    yourProject\build\app\outputs\apk

提交回复
热议问题