Installation reference
Install APK, split APK, XAPK and OBB files
The correct installation method depends on the package format. A standard APK can usually be opened directly, while split packages and archives require all related components to be installed together.
Single package
Install a standard APK
Open the downloaded file
Open the browser download list or a file manager, then select the
.apk file.
Allow installation from the current app
On Android 8.0 and later, Android may ask you to allow your browser or file manager to install unknown apps. Enable permission only for the source you are currently using.
Review and install
Confirm the app name and requested permissions, select Install, and wait for Android to finish processing the package.
Multiple package components
Install base and split APK files
Split installations may contain a base APK plus architecture, language, screen-density or feature-specific APK files. Android must receive the complete matching set in one installation session.
Keep all package components together
Do not rename or separate files from the same download set. The base package alone may not contain all required resources.
Use a split-capable installer
Open the files with a trusted installer that supports split APK sessions, such as SAI or another compatible package installer.
Select the complete set
Include the base APK and every required configuration split, then start the installation as one operation.
Bundled archive
Install XAPK, APKS, APKM or ZIP packages
Archive formats may contain a base APK, split APK files, metadata and additional game data. The default Android installer cannot process most archive formats directly.
Expansion data
Install an APK with OBB data
Install the APK first
Complete the APK installation but do not open the app until its data files are in the correct location.
Extract the OBB folder
The extracted directory should normally use the app package name, for example
com.example.game.
Move the complete directory
Copy the package directory into
/Android/obb/ on internal storage.
/Android/obb/com.example.game/main.120.com.example.game.obb
Television devices
Install packages on Android TV or Google TV
A phone APK may install but remain unusable if it requires touch controls or does not include a television launcher activity.
Windows, macOS and Linux
Install Android packages in an emulator
Check the emulator architecture
Confirm whether the virtual device uses ARM, x86 or x86_64 and select a matching package.
Import the package
Drag the APK into the emulator window or use its built-in installation command. Split packages require an installer that supports multi-APK sessions.
Check service requirements
Some apps require Google Play services, hardware-backed security, camera, telephony or other features that may not be available in the emulator.