I uploaded a new version of my app to my Android developer console. But how do I actually get that app from the console to my phone?
The app is published. But the current version that I need to test is un-published. So how do I get the unpublished version to my phone?
Thanks!
Simply reinstall your application
Uninstall application
adb uninstall package_name
Install your dev version
adb install app.apk