Quickly testing on multiple devices via qrcode

I needed to do some testing across a number of android phones and realized what a pain it was to mount/unmount and transfer the .apk over usb.

I figured I’d put a quick and dirty uploader on my network server that generated a qrcode link from each .apk i sent it. I did, and it saved a ton of time, so I cleaned it up and put it up for anyone to use here:

http://htmlrockstars.com/apk2url/

Upload your .apk and it returns a qrcode that directs to the .apk for downloading. The .apk files are cleaned off the server every 24 hours, and the qrcodes are not cached.

Hopefully someone finds this helpful for multiple device testing. [import]uid: 66672 topic_id: 11329 reply_id: 311329[/import]

I love your sharing.I have an Android app that I would like to test across 20 or so Android devices that I have in my posession.What is the best/quickest way to deploy this APK across to multiple devices for testing or using qrcode?

Not sure if this is exactly what you are looking for, but you should check out CoronaViewer. This was a PRO only feature but now it’s available to everyone.

You would install CoronaViewer app on all of your devices and have them all logged into the same dropbox account. Then on your computer, you edit your app in a specific dropbox folder. Every time you save a file, it will get transferred to all of the devices and you (almost) immediately have your updated app running on all of them.

I love your sharing.I have an Android app that I would like to test across 20 or so Android devices that I have in my posession.What is the best/quickest way to deploy this APK across to multiple devices for testing or using qrcode?

Not sure if this is exactly what you are looking for, but you should check out CoronaViewer. This was a PRO only feature but now it’s available to everyone.

You would install CoronaViewer app on all of your devices and have them all logged into the same dropbox account. Then on your computer, you edit your app in a specific dropbox folder. Every time you save a file, it will get transferred to all of the devices and you (almost) immediately have your updated app running on all of them.