Skip to content

Instantly share code, notes, and snippets.

@MasonFlint44
MasonFlint44 / README.md
Created March 5, 2023 19:27
Install split APKs on Android with ADB

Install split APKs on Android with ADB

These two scripts allow you to install split APK files on an Android device using ADB (Android Debug Bridge).

Prerequisites

Before you can use these scripts, you'll need the following:

  • An Android emulator or device
  • ADB installed