hardik pansuria
hardik pansuria

Reputation: 208

How to update the pre-installed application using ADB command ?

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

Answers (1)

Febi M Felix
Febi M Felix

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

Related Questions