0

I was using my micromax canvas A116 device to test my application from past 1 year, it was getting detected and I was installing my app in the device successfully.

But recently I changed my laptop. I copied the entire workspace and eclipse from my old laptop. So in new laptop when i open eclipse and try to run the android app on my device its always opening emulator, eclipse is not showing my phone under devices tab.. Please anybody know any solution?

TheLittleNaruto
  • 8,325
  • 4
  • 54
  • 73
kumar
  • 708
  • 4
  • 15
  • 39
  • have you checked device driver issue? – LostGeek Oct 17 '14 at 11:36
  • Check the drivers on new laptop, also check in `cmd`. Write `cd` and path to `/platform-tools/` then write `devices` it prints a list of all attached emulator/device instances. – Martynas Oct 17 '14 at 11:45
  • thanku guys i got the answer from this link http://developer.android.com/tools/extras/oem-usb.html i updated my driver, its working fine now – kumar Oct 17 '14 at 13:19

2 Answers2

0

Have you double checked that your phone has USB-debugging mode enabled in Developer Options? I know I was frustrated the other day when Android Studio couldn't detect my device.

Edit: I CANT comment unless I have 50 reputation..Thanks for downvoting for such a lame reason.

0

I have given an answer for the same problem you might check the following link Device Doesn't show up in Eclipse

Hope this helps!!

Community
  • 1
  • 1
Satyen Udeshi
  • 3,223
  • 1
  • 19
  • 26