4

enter image description here

There's no problem with running a emulator on the Android studio.
when i run the app in mobile, "Application installation failed" dialog came.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
OCEAN
  • 59
  • 1
  • 2

5 Answers5

13

For me this problem was resolved by using a different usb cable to connect the phone to the computer.

chickens
  • 131
  • 4
2

You can either continue by clicking ok button or uninstall the existing app and run it again.

Hope this helps. Thanks.

Fathima km
  • 2,539
  • 3
  • 18
  • 26
1

Possible solutions

  • hit the OK-Button
  • delete app from device manually
  • re-plug device to usb
  • restart device and/or Android Studio
redead
  • 360
  • 3
  • 16
0

In my stuation, i had very low storage in my mobile phone after removing some useless files it worked. I've tried all suggestions in SO but none of them doesn't work except for deleting files.

Mr.Drk
  • 13
  • 4
0

Restart the adb server.
That should fix it.

  1. adb kill-server
  2. adb start-server
moken
  • 3,227
  • 8
  • 13
  • 23