1

Simply put, my Samsung Galaxy Core LTE is plugged in via USB, but is not listed by Android Studio as a running device.

I've done some Googling to try to find a driver or something to fix my problem, but nothing. I also can't emulate the Galaxy Core LTE device in Android Studio. Anything I can do?

Rome_Leader
  • 2,518
  • 9
  • 42
  • 73
  • The obvious question, did you enable developer options in your device settings? Question number two... Open device manager if you see any yellow warning signs? – Bojan Kseneman May 10 '15 at 20:15
  • Developer Options are enabled. For the curious, for my model, you have to tap "Build Number" 7 times in order to get the message that it has been enabled, there is not an explicit setting. – Rome_Leader May 10 '15 at 20:22
  • 1
    Of course there is. Go to settings -> Developer Options -> USB debugging checkbox – Bojan Kseneman May 10 '15 at 20:23
  • Ahhh - my mistake. That, coupled with authentication from the mobile device itself, solved my problem. Cheers! – Rome_Leader May 10 '15 at 20:26
  • Ok. I have added an answer below for the rest of the people :) – Bojan Kseneman May 10 '15 at 20:31

2 Answers2

0

Have you enabled your USB Debugging?

If not then go to Setting>>Developer Option and enable it.

Download the adb driver from here for samsung.

Install it. If you are using windows 8.1 and still having the issue then just follow this steps.

It should work.

Community
  • 1
  • 1
Mohammad Arman
  • 7,020
  • 2
  • 36
  • 50
0

According to your comments, you did this to solve your problem

  • Enable USB Debugging via Settings -> Developer Options -> Set USB Debugging checkbox to true
  • Authorize PC to access your device
Bojan Kseneman
  • 15,488
  • 2
  • 54
  • 59