0

I am working on my very first android app (yay), and I wanted to connect my Samsung Galaxy Note II to Eclipse to try out my app there. However, although my device seems to be detected, Eclipse won't recognize my device, making me unable to select it to run the app on. I can run it fine on the emulators though.

enter image description here

I have tried:

  • going into developer mode and enabling USB debugging on my phone
  • installing Samsung Kies
  • going into Samsung's site and downloading the USB driver that I found under my phone's model
  • restarting the adb stuff with command prompt (adb kill-server then adb start-server) then starting up Eclipse again
  • killing the adb stuff from Task Manager then starting up Eclipse again

...and I think that's it, and it's still not working!

If it helps, I am running on Windows 8, min API 8, target API 21, compile with API 21, and my phone is running API 20 (I think). Anyone know what I can do to fix this? Thanks!

stkent
  • 19,772
  • 14
  • 85
  • 111
user3362107
  • 279
  • 1
  • 2
  • 8
  • 2
    If you are working on your first Android App, please start using Android Studio right away. http://developer.android.com/tools/studio/index.html – Jared Burrows Jan 04 '15 at 23:25
  • possible duplicate of [Eclipse Doesn't Recognize my Android Device](http://stackoverflow.com/questions/4824531/eclipse-doesnt-recognize-my-android-device) – Jared Burrows Jan 04 '15 at 23:26
  • Unfortunately, I tried all the things that were suggested in the "Eclipse Doesn't Recognize my Android Device" thread. – user3362107 Jan 04 '15 at 23:48
  • Please read the link I posted. More specifically: http://stackoverflow.com/a/10674860/950427. – Jared Burrows Jan 04 '15 at 23:50
  • Yes, I've tried that but I get a pop-up saying that the best driver software for my device is already installed. – user3362107 Jan 04 '15 at 23:58

1 Answers1

0

Select at your device option "Connect as camera". After you connected your phone, on your device will appear a message asking for "trust your pc".

enter image description here

xry
  • 697
  • 1
  • 5
  • 21
  • This appears in your notification bar when u click on "USB Connection" at your device. – xry Jan 04 '15 at 23:34