blues-lab / getapk

Small CLI program that uses an Android device and adb tp download raw APK files from the Google Play store.
1 stars 0 forks source link

Support multiple Android devices #1

Open conorgil opened 2 years ago

conorgil commented 2 years ago

Currently, the tool only supports a single Android device. If multiple devices are connected, then adb will complain.

Somehow, support multiple devices connected to adb at the same time?