pure-python-adb
pure-python-adb copied to clipboard
Implement `install-mulitple` command
Most modern Android applications support multiple platforms (device resolutions, ABI, etc) and hence have theirs installation packages splitted in multiple APK files; actually, any application in Google Play top-100 contains multiple APK files when you download it from Google Play.
It is required to support install-mulitple command to install such applications. Without this command implementation ppadb will become obsolete soon.
I wonder how this is going.
Would love for this to become reality.