Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

enter image description hereMy device is not being detected in eclipse Run as->run configuration->Target->Always prompt to pick device.PC configuration is P4 intel processor 64 bit windows 7 .Processor 3Ghz .RAM 2.5 Gb.

Device is iBall Tablet i9702.Altough i have installed the device drivers for it.When i run the application my device is not listed under Choose a running android device.

Can some any body please help me.I have successfully installed the drivers as well but device is not listed.

share|improve this question
1  
Have you turned on USB debugging on the phone? – DarkCthulhu Dec 12 '12 at 19:53
Yes i have done that as well!!! But no help – Joyson Dec 12 '12 at 19:53
Well, check if you have installed adb drivers. Navigate to the android-sdk\platform-tools directory and run adb devices to check if your device is being detected by adb. – DarkCthulhu Dec 12 '12 at 19:55
If you have the problem after the above steps, I have had to unplug, turn USB debugging off then back on, plug back in and it works. – codeMagic Dec 12 '12 at 19:57
1  
From time to time it happens to me. Sometimes helps to restart eclipse or reboot device – vandzi Dec 12 '12 at 20:16
show 8 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.