Jump to content

Downloading an APK: Difference between revisions

From Battle Cats Game Modding Wiki
create downloading an apk
 
talk about merging
 
Line 10: Line 10:


Or through the Google Play API with a tool such as [https://github.com/EFForg/apkeep apkeep]
Or through the Google Play API with a tool such as [https://github.com/EFForg/apkeep apkeep]
== Merging the XAPK ==
After downloading, you may need to merge the split / xapk into a normal apk. See [[Merging an XAPK]].

Latest revision as of 09:16, 4 September 2025

To get started with modding on android you need to download an APK of the game.

Downloading the APK

This can be obtained through external sites such as:

Or through the Google Play API with a tool such as apkeep

Merging the XAPK

After downloading, you may need to merge the split / xapk into a normal apk. See Merging an XAPK.