How to build app compliant with Google Play 64-bit requirement?

前端 未结 10 1459
情话喂你
情话喂你 2020-12-01 10:46

After I upload the APK to play store I got the following warning. What changes should I make to release an APK build with flutter SDK to meet the 64-bit requirement?

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 11:01

    I built mine with this code and i still get the error.

    flutter build appbundle --target-platform=android-arm64

提交回复
热议问题