0

I'm running adb on ubuntu, and my app (that I'd like to test) on a Galaxy S3. Got my S3 in debugging mode, I've edited /lib/udev/rules.d/51.android and .android files, restarted adb, and my laptop, but no luck. Any ideas what I might be doing wrong?

Costa Michailidis
  • 7,691
  • 15
  • 72
  • 124

1 Answers1

-1

Try this on command prompt:

sudo -s
adb kill-server
adb start-server

Some more things you can try as I often find this helpful.

Check the Data Card, it might have problem. Plug the data card to another port on the system.

Hemant Patel
  • 3,160
  • 1
  • 20
  • 29