Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We're testing our database migration from version 1 of our application to version 6. We test every version along the way... with this in mind we'd like to speed things up.

How does upgrading work from Google Play vers side loading the application VIA SD Card or adb install - r.

MY example for our team is the following:

1) ADB install -r will write the file to temp storage on the device. Once it is fully loaded to temp the application will replace the existing version of our application.

2) Installing with Google Play: The device will download the APK to the temp storage, once fully downloaded to temp the application will replace the existing version of our application.

If this is accurate then we should be able to test our database migration with side loads from the SD Card or using ADB install -r

share|improve this question
Checking logs. Looking for a relationship. – Will Dec 7 '12 at 18:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.