0

When I build apk via command

flutter build apk --spli-per-abi

It generates 3 apk in: \build\app\outputs\apk\release directory

I want to know which of the APKs we will use for uploading on play store or for installing on different devices. enter image description here

In addition to this, few android devices are capable of running apk named v8a and few are running v7a is there anything to do with building an apk for different versions of android? means I do i need to config SDKs so that It will run on all android versions starting from Jelly Beans 4.1

Thanks

Hamza
  • 1,523
  • 15
  • 33

2 Answers2

5

You need to upload the 3 apk files to the Play Store.

When a client download you app, Google will provide the correct apk for the phone making the request.

For reference

encubos
  • 2,915
  • 10
  • 19
0

please refer to this post : How to build signed apk from Android Studio for Flutter

it will generate fully signed apk reales and u can upload it to google play store to work on all devices