To create XAPK file you need to have all files necessary to install the Android application. This typically includes APK file, one or two OBB files, and an application icon in PNG file format.
XAPK file could not be created if you are missing some files from the installation. Application will not be able to start after installing.
Once you have all app components ready you should put them into the correct locations. Below are steps you should use to create XAPK file.
${ApplicationId}.apk
where ${ApplicationId}
is an Android Application package name.${ApplicationId}
folder where ${ApplicationId}
is an Android Application package name. Place OBB files from your application to this folder. Make sure that you do not have more than two OBB files in this folder and that the OBB files are named correctly. They should be named as main.${versionCode}.${ApplicationId}.obb
and patch.${versionCode}.${ApplicationId}.obb
XAPK Quick Info | |
---|---|
Compressed Android Package File | |
MIME Type | |
application/vnd.android.package-archive
| |
Opens with | |
XAPK Installer | |
Google Android | |
WinRAR | |
WinZIP |