Showing posts with label apk. Show all posts
Showing posts with label apk. Show all posts

Saturday, 24 February 2018

Install XAPK file

Sometimes, large games or apps are distributed as XAPK files. Installing them is straightforward, but it requires separating the APK (application) file from the data files before installation.

Here are two methods you can use to install XAPK files on your mobile device:

  1. Use an XAPK installer app: Download and install a dedicated XAPK installer app from the Play Store. These apps simplify the process by automatically handling the separation and installation. Popular options include XAPK Installer and Split APKs Installer.
  2. Manual installation (for single APK + data structure):
    1. Extract the XAPK file using a tool like WinRAR or any unzip software.
    2. You should see two files: an APK file and a folder named "Android" (containing an OBB file).
    3. Important:** Before continuing, ensure you enable "Install apps from unknown sources" in your device's settings (this is crucial for sideloading non-Play Store apps).
    4. Copy the OBB file from the "Android" folder to the following location on your device: /sdcard/Android/obb/OBB_file_name/ (replace `OBB_file_name` with the actual file name).
    5. Install the APK file normally by tapping on it in your file manager.

    Note:** This manual method only works for XAPK files containing a single APK and one OBB file. It's not suitable for XAPK files with multiple APKs.

Remember: Downloading apps from untrusted sources carries security risks. Only install XAPK files from reliable sources.

Saturday, 10 September 2016

WHEN INSTALLING APK , SHOWING INSTALL BLOCKED

Android apps can be easily downloaded and installed from google play store. But some apps may not be available in playstore. then you may have to depend on apk files. Android apps sent through file sharing apps like share it , xender, flash transfer, zapya etc also transferred as apk files only. So to install these apk file,

Follow these steps
  1. Go to settings - > Security or Applications
  2. Check "Unknown sources"
  3. Thats it. Now go back and try to install apk.


IF YOU LIKED THE POST , DON'T FORGET TO SHARE AND COMMENT BELOW