1

When running the App. the Logs I use do not show any output. Also, I referred to this Question but I found there is no devices are listed in the DDMS. Any suggestions?

Update

I am working on Windows OS. And test my Apps. on Galaxy Note_3

Kies driver is installed and the Developers options are enabled

Community
  • 1
  • 1

4 Answers4

0

You should install your android device's driver to your PC/MAC correctly. And also you have to activate your android device's USB Debugging Mode in Developer Options menu under Settings.

Oğuzhan Döngül
  • 7,856
  • 4
  • 38
  • 52
  • yes, Kies driver is installed and the developers options of the device are activated –  Jun 09 '14 at 10:12
0

Make sure that you have drivers for Galaxy Note_3 installed on your machine, once it's there DDMS will automatically detect the device, if not then try to reset your ADB from eclipse, even if doesn't detect then restart eclipse.

CodeWarrior
  • 5,026
  • 6
  • 30
  • 46
  • as mentioned in the update, kies driver is installed. logcat was showing output but unexpectedly it shows nothing now even after restarting eclipse –  Jun 09 '14 at 10:20
  • @Elpharaoh Did you try resetting the adb from eclipse or you can use command line and type **adb kill-server** and then immediately **adb start-server** – CodeWarrior Jun 09 '14 at 10:22
0

1) check whether your device is connected in USB Debugging mode

2) install USB driver

3) adb device if this does not show you your device then go to this Link

Community
  • 1
  • 1
Sagar
  • 60
  • 7
0

Try this:

  1. Unplug device from computer.
  2. Unlock device.
  3. Plug device into computer while unlocked (lockscreen).

On the device you will then be prompted to allow the computer to connect. I have a note 3 and in my experience I do not get this prompt if I plug it in while it is still locked. Testing it now I see nothing in DDMS when done this way. Although sometimes it will show something listed but say [Offline].