how do you make XAPK?

Discussion in 'Android' started by NST_Adventure, Jun 5, 2020.

  1. NST_Adventure

    NST_Adventure MDL Addicted

    Joined:
    Jun 1, 2019
    Messages:
    869
    Likes Received:
    162
    Trophy Points:
    30
    Hi
    I just wanted to create XAPK
    (Apk with data)so if i reinstall app i won't Start Over :)


    Thank You!
    (✿^‿^)

    Best Regards
    NST_Adventure
     
  2. lifehacker69

    lifehacker69 MDL Novice

    Joined:
    Oct 2, 2018
    Messages:
    3
    Likes Received:
    2
    Trophy Points:
    0
    calebfenton.github.io/2016/02/28/decompiling-xapk-files
    Refer to this blog. It details the contents of xapk file. apart from apk & obb, you need icon and manifest.json. You can get icon by extracting apk file, and manifest.json by trail and error. Most of the information you need for manifest.json, you can get from AndroidManifest.xml.