Android Device Not Detecting In Eclipse

14,629

Solution 1

Please try the following:

  1. Go to settings in your phone
  2. Go to storage menu
  3. Select connect as MTP

Worked for me!

Solution 2

If you are using a MAC OS.... no need to install the Driver

But for Windows, try this http://developer.android.com/training/basics/firstapp/running-app.html#RealDevice

Solution 3

Debugging to phone

Please see the link above, the process is defined there from google.

Solution 4

try deleting your AVD and leave your phone connected, then restart your IDE. Make sure you've downloaded the OEM USB drivers. If it still doesn't appear on the list, hit refresh then just run your app.

Solution 5

close you AVD if its running, then re-plug your Mobile device, check in your phone USB debugging notification should come.

Share:
14,629
Nithin Michael
Author by

Nithin Michael

Passionate mobile application developer..... Love programming, travelling, coffee and swimming..... Currently an iOS Developer at Staytus..... Contacts : Facebook | Linkedin | Twitter

Updated on June 16, 2022

Comments

  • Nithin Michael
    Nithin Michael almost 2 years

    I am trying to run my application on my Device from the Eclipse In windows.But my device is not detecting there in the eclipse.

    My device driver is updated. In My device, I turned on "USB debugging mode" in Settings->Application->Development and also "Allow installation of non-market Applications" in Settings->Application->Development. And in Eclipse Target tab, selected "Always prompt to select device". My ProjectBuildTarget is not newer than my device's version. And tried adb kill-server also.

    When i run adb devices it shows nothing in my command prompt.

    How do I get Eclipse to load my app to my phone instead of my AVD?

    When i tried it in my Mac machine It works perfectly..

    Any solutions? Please suggest me..

  • Nithin Michael
    Nithin Michael over 10 years
    I am using Windows and my device is Sony Experia mini with android 2.3.4. When i click Run as and proceed only the virtual devices are showing.
  • Nithin Michael
    Nithin Michael over 10 years
    In my device the notification shouldn't come. I turned on USB debugging mode from settings.
  • Kirtikumar A.
    Kirtikumar A. over 10 years
    then it should be there,i think you re-try to connect your device