

The order of files in the command does not matter.Open the Command Prompt/Terminal in the folder where you've extracted the archive,Īnd type the following command: adb install-multiple "AppName.apk" "ConfigA.apk" "ConfigB.apk" Notes Once we have extracted the files from the archive, we are only interested in. This means we are able to open/extract those files using any ZIP tool that we have (I prefer 7-Zip) XAPK files are basically ZIP Archive files (described by their PK header at the beginning of the file) You must have Android Debug Bridge (ADB) set up and working. For those who are trying to install XAPK files through adb because their XAPK Installer does not work on their Android phone, I've got you covered.
