I am looking for the most efficient way to download apk for 30 tablets at the same time (or fast one by one) using a script command to send. In fact, I would like to connect all my tablets to the network, run on my computer and run a script that will iterate over all recognized IP addresses and click apk on them. I want to completely eliminate the need to connect any tablet to USB. This is the most important part.
I understand that this is possible, but I ran into a problem that I cannot find the answer to.
The ability to enable "adb over network / wifi" is not available on my devices. All of them are on Android version 4.4.2. I can not find any notes about adding this feature to later versions. Is that the case?
source share