How to build signed apk from Android Studio for Flutter

后端 未结 6 1769
予麋鹿
予麋鹿 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 08:07

    I found a permanent solution

    Just open your existing flutter app directly from the "app directly" which contain the android files like Android Manifest directory directly in android studio. This will load your project as an android project and i believe the rest is self explanatory what you need to do.

提交回复
热议问题