I have noticed a difference in size between the apk generated with these 2 options.
why is this happening ?
With the Build -> Build APK option:
MyProject\app\build\outputs\apk\app-debug.apk (Size 2.997 KB)
With the Run app option:
MyProject\app\build\outputs\apk\app-debug.apk (Size 3.300 KB)
Thanks.