Lin Chen
Lin Chen

Reputation: 61

android - Moto G mobile not showing up in the devices list in Android studio for windows 8 x64bit

Currently trying to use windows 8 x64 bit android studio to create apps. The Moto G worked fine when it was connected to a mac, but now that I've switched to a windows computer, it connects and the computer recognizes it but only for photos. I've turned on the USB debugging option in "developer options" on the phone already and it does say "USB debugging connected" when I connect it, but it just doesn't show up on the devices list when I try running the code on android studio.

Upvotes: 6

Views: 18295

Answers (3)

saurabh yadav
saurabh yadav

Reputation: 575

Had the same problem then I reinstalled my Device Driver, Now its working, Just Install the Drivers for your Device Properly [https://mobilesupport.lenovo.com/us/en/solution/MS88481]

Upvotes: -1

Vitor Braga
Vitor Braga

Reputation: 2212

To solve this problem I had to install the Motorola Device Manager:

Download it here

Afer installing the Motorola Device Manager, Motorola devices were recognized by Android Studio in my Windows 8.

Upvotes: 5

tulioh
tulioh

Reputation: 411

Go to Settings -> About phone -> Build Number (tap this one 7 times). Install MOTO G Drivers (https://motorola-global-portal.custhelp.com/app/answers/prod_detail/a_id/97326/p/30,6720,9050) Now, connect your phone as Camera (PTP). It worked for me on Windows 8. Hope it works! :)

Upvotes: 6

Related Questions