2

I get this error whenever I try to run app from android studio. I am stuck badly. Any suggestion?

Waiting for device.
Target device: 021eff812391377f
Uploading file
    local path: C:\Users\Optimusprime\AndroidStudioProjects\Info2\app\build\outputs\apk\app-debug.apk
    remote path: /data/local/tmp/manojmm.info
I/O Error: Connection timed out: connect
Manoj
  • 2,799
  • 5
  • 30
  • 49

1 Answers1

0

Lot of things that you can do:

  1. Unplug and replug the device from the USB connection.
  2. Ensure that the debug mode of the phone is on.
  3. Try killing and restarting the adb with adb kill-server and adb start-server

Source: Android Studio: "Waiting for device." Trying to run app on phone

Community
  • 1
  • 1
An SO User
  • 24,612
  • 35
  • 133
  • 221