Skip to content

Instantly share code, notes, and snippets.

@jwhb
Created May 13, 2024 17:07
Show Gist options
  • Save jwhb/12767a6d25620748d69d106fd1293787 to your computer and use it in GitHub Desktop.
Save jwhb/12767a6d25620748d69d106fd1293787 to your computer and use it in GitHub Desktop.
Android ADB pull split apk
#!/bin/sh
adb shell pm path com.example.myapp | sed 's/^package://g' | xargs -L1 adb pull
@jwhb
Copy link
Author

jwhb commented May 13, 2024

To create *.apks bundle, use SAI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment