Help Center> Cloud Phone Host> User Guide> Using AOSP> Forcibly Installing a 32-Bit Application
Updated on 2022-11-29 GMT+08:00

Forcibly Installing a 32-Bit Application

Function

If both 32-bit and 64-bit APKs are supported, the 32-bit APK will be installed on the cloud phone.

How to Use

You push the configuration file to /data/local/config/use32bit and installs the APK. The 32-bit APK will be installed on the cloud phone. You can also delete the current configuration file, uninstall the 32-bit APK, and install the 64-bit APK.

Constraints

  • If the configured APK does not support 32-bit, the application will fail to be installed.
  • The configuration format is as follows: ${package_name}

    Examples:

    com.aaa.bbb

    com.aaa.ccc

    com.aaa.ddd

  • The configuration file uses the Unix line feed (\n).
  • Set the file permission to 644.
  • The setting takes effect immediately.