Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between app-arm64-v8a-release.apk,app-armeabi-v7a-release.apk and app-x86_64-release.apk in flutter?

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??

like image 415
sushree soma mohanty Avatar asked Oct 18 '25 11:10

sushree soma mohanty


1 Answers

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.

like image 63
Metin Avatar answered Oct 21 '25 01:10

Metin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!