Reputation: 208
I have tried with adb install -r but its not working at all . I dont want to update through Google Play Store. Android OS version is 4.0 and device isn't rooted .
Upvotes: 1
Views: 11397
Reputation: 2839
If adb install -r
not working, then it indicates your apk is not the update to the pre-installed one in your device.
adb install -r
should work for updating apks signed with same keystore.
Upvotes: 2