You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the adb install command is covered by the following install function, but there is no equivalent for the adb install-multiple command.
Without it, I can't install APKs requiring several sub APKs. Do you have any workaround without calling adb install-multiple via a os.system call?
Hello, the
adb install
command is covered by the followinginstall
function, but there is no equivalent for theadb install-multiple
command.Without it, I can't install APKs requiring several sub APKs. Do you have any workaround without calling
adb install-multiple
via aos.system
call?adbutils/adbutils/install.py
Lines 46 to 66 in ec8204f
The text was updated successfully, but these errors were encountered: