0

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

datta
  • 1
  • 1
  • 2

2 Answers2

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