This happened when i try to use my Redmi note 4 as a virtual Device. and the message clearly say that to reinstall the apk but my question is how and where ? As I am a beginner I don't know the process.enter image description here
Asked
Active
Viewed 3,967 times
0
-
1This typically happens, when there is already an app installed with the same package id but a different signature key. – Henry Apr 30 '17 at 14:07
-
so how could i get rid of that ? – datta Apr 30 '17 at 19:09
2 Answers
1
An alternative is using adb
yourself via terminal instead of Android Studio executing the adb
commands on your behalf.
adb install -r location/of/<application>.apk
will overwrite.

ShibbySham
- 71
- 1
- 2
- 5
0
Yes I solved it, as I am a Redmi note 4 user I need to turn off miui optimisation(in developers option) and reboot the mobile.

datta
- 1
- 1
- 2