android-dev-ext icon indicating copy to clipboard operation
android-dev-ext copied to clipboard

No devices are connected in W10

Open onurcanyilmaz opened this issue 4 years ago • 1 comments

Hello, I have a an error.

Debug Console : Checking build Warning: Build is not up-to-date. Source files may not match execution when debugging. Searching for devices... Found 0 devices Launch failed: No devices are connected

My Android phone is connected to a computer via usb. I tried all usb options. how can we pass this error?

And i dont have any anroid java development experince. I might be doing something wrong on adding a device :)

thanks.

onurcanyilmaz avatar May 06 '21 17:05 onurcanyilmaz

Do you have debugging turned on your device? Is Android Studio able to see your device? If you execute adb devices from a command window, does it list your device.

There are detailed instructions for setting up a hardware device for debugging here: https://developer.android.com/studio/run/device

adelphes avatar Oct 10 '21 12:10 adelphes