I generated apk for my flutter project and in the F:<project-folder><project-name>\build\app\outputs\apk\release I got 3 types of apk files including output.json file. They are: **
app-arm64-v8a-release.apk
app-armeabi-v7a-release.apk
app-x86_64-release.apk
**
Are they correct?
And can I use the existing keystore for multiple flutter projects??
I don't know about Flutter too much but these are different apk's for 3 CPU architectures. If you want a universal apk for all architectures, you should check your build settings.
Also you can use app bundles.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With