Computer doesn’t detect your Android device

Occasionally, I run into an issue where my Android mobile device isn’t being detected by my computer while developing. Let’s look at a way to problem solve this.

First

Plug in your device via USB if you haven’t.
Make sure your computer hasn’t popped up a window to ask if it can connect to your device. If you haven’t allowed it, that’s the problem.

Second

Run adb devices in a terminal window on your computer. This will list all devices it’s able to connect to. If it shows up, you’re good to go.

Third (If necessary)

Turn on developer options

  1. Scroll down and tap About phone on your android device
    (sometimes About device).
  2. Find Build number.
    (It might be under a submenu like: Software Information or Version)
  3. Tap the build number repeatedly until it says you’re a developer.
    (About 10 times).

Enable USB debugging

  1. Go back to Settings.
  2. Select System / Developer options
    (on some phones, it’s under Additional settings or directly under Settings).
  3. Enable check box for USB debugging.

Restart ADB (If necessary)

If you run adb devices again and it’s still not appearing check you haven’t missed a permissions popup on your computer again, first. If not try restarting ADB:

adb kill-server
adb start-server

That’s it!

For more details, this stack overflow post might be a good start.
It also describes some issues around wireless connectivity.

Thanks…

I also dissect and speculate on design and development.
Digging into subtle details and implications, and exploring broad perspectives and potential paradigm shifts.
Check out my conceptual articles on Substack or find my latest below.


You can also find me on Threads, Bluesky, Mastodon, or xTwitter for more diverse posts about ongoing projects.

My latest articles

Storyboarding Immersive Experiences

Storyboarding 360 degree immersive experiences requires a different approach to traditional media…

Staging XR scenes (Keep doing your crappy little drawings)

Some people create beautiful perspective illustrations to visualise and storyboard their virtual reality designs And it’s tempting to think you’re not a strong designer if you’re not doing that too…

Focal point blocking for XR media

Planning out a linear VR experience requires thinking about where the viewers attention might be. Thinking about the focal points…

Designing immersive experiences

In traditional cinema, TV, or even the more modern phone screen, there’s limited screen real-estate. But removing that limitation creates a design problem…

The future is not prompt engineered

Let’s not pretend the importance of prompt engineering is ubiquitous. The most prevalent power of generative AI is in the way it adapts to us, not the other way around…

The typography of dates, times, & filenames

A deep dive into carefully considered date formatting, line length and general typography attributes of filenames…
Bluesky
Threads
Twitter / X
Mastodon
Instagram


Author:

Date:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.