I have 50 apk files and I need to install it to many android devices. How can I install it with one click. I can install an apk file using adb via "install" command but how to install 50 apk files at once?
I'm using Windows
Thanks.
In Windows, you can using this command line:
for %f in (C:\your_app_path\*.apk) do adb install "%f"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With