1

I have always getting the below error while run my application.

I tried all solution through google. Still i didn't able to fix my solution.

I restart my eclipse and delete the AVD and create it again and done reset adb also.

Still in getting this error

    Failed to install Final.apk on device 'emulator-5554!
    (null)
    Launch canceled!

I can't able to start my homescreen. What is the solution for this?

Make it Simple
  • 1,832
  • 5
  • 32
  • 57

1 Answers1

1

Try executing

adb kill-server
adb start-server

in command prompt from /platform-tools folder in your android-sdk.

Then try launching the application after you see *daemon started successfully*.

Oam
  • 912
  • 6
  • 7