Wish Load APK to Multiple devices

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello

I have about 10 Android devices, phones, tablets etc. When I compile my app gets installed to the phone or table. I then connect to the next device and have to compile again. This is not an issue with small apps, but the current app we are developing is 40mb. So, my request is that there be an button on the main tool bar that allows you push(side load) the APK onto the currently connected device without having to compile again.

Many thanks

John.
 

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hi Erel

Thanks for the reply. I connect using Wifi. If you could (pretty please), add a 'Side Load button' that would be great. Have a think about it and if you have time.

Many Thanks

John.
 

Informatix

Expert
Licensed User
Longtime User
If they are connected in USB debug mode then you can use this solution: Using CustomBuildAction to deploy to multiple devices at once
It's what I use and it's definitively not a convenient solution. Erel, use it everyday and you'll understand quickly why. My devices are not always connected and I don't want to run always on all of them. With an emulator like Genymotion, the device IDs mean nothing between sessions of work because you don't launch your emulations in the same order every time. So only the ability to select multiple devices in the compilation window is a real solution. CustomBuildAction is just a workaround.
 
Top