'Why does APK with the same size take different times to install?

I'm developing an app store and in that store there are two apps:

  • First app: 47mb
  • Second app: 34mb

When installing these apps on my device, I have the following result:

  • First app: 30 seconds
  • Second app: 1 minute

This installation time only, disregarding the download time.

I would like to understand the possible causes that make the first app install much faster than the second, even though it is bigger.

can you help me?

Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source