Installing new Android apps or games is not a big challenge for most Android devices, but many low -end devices are still difficult to install due to poor processor or memory. Despite these constraints, Google can still optimize Android so that it works better on low -end hardware. For example, Google will introduce a new feature on Android that will increase the speed of installing new applications, especially on low -end devices.
According to information released in cyberspace, Google will add a new feature called “Cloud Compilation” to Android 2. Cloud Compilation is a feature that allows apps to upload files from the download files from the Google Play Store instead of being produced directly on the device. By transferring this process to the cloud, Android can accelerate the process of installing applications in downstream devices, especially for applications that have many codes to install.
Although it may be a bit complicated, we must first briefly explain what is “Application Artifacts”. The Android operating system uses Android Runtime (ART) to execute the program code. When installing a new application, Android uses a tool called Dex2oat to get the Dex format files in the APK (Android Package Kit) and create one or more of the app. In general, these artifacts help the operating system upload most programs faster and more efficiently, making them the critical components of the Android operating system. Specifically, these artifacts can have several different forms, such as VDEX files, which include additional metadata to speed up the byte -coded at running time. ODEX files, which include the pre -collected code for the methods in the application or the ART files, which include specific ART profiles in the APK, speed up the app loading.
The best Android phones can quickly produce these artifacts when installing new applications. Cheap and economical phones that have poor processors and slow storage chips may take more time to produce these artifacts, especially when working with APKs with many Dex files. Since high -speed Internet is more available every day, it may be faster to download the pre -collected versions of these arts with APK files. This feature, which seems to be created on Android 2, enables the “Cloud Compilation” feature. The Cloud Compilation feature on Android 2 does not need to run Dex2oat during installation. Instead of producing apps on the device on the device, Android will be processed from the files downloaded from the Google Play Store. Of course, as mentioned, this feature depends very much on your internet speed, and if you don’t have access to high -speed Internet, it may be best to rely on traditional installation of applications.

Although Android has enabled Cloud Compilation, it seems that this feature has not yet been used. This is probably the reason that Google needs to plan the Play Store in a way that produces these arts using Dex2oat and then presents them with apk files when installing apps on Android 2 devices. Launching this infrastructure and its implementation will probably be a time -consuming process. Google is likely to first provide this feature optional, especially because it increases the amount of data that users need to download. It is interesting to see if this feature significantly increases the installation of applications.
RCO NEWS