0

I am trying to test my app to my phone which is a Vodafone Smart Prime 6 one. Unfortunately,Android Studio can't see it. I used all the adb techniques plus restarting the phone multiple times,but still no result. I don't have any problems with my old Samsung S3 phone.

Any ideas?

Thanks

Theo
  • 3,099
  • 12
  • 53
  • 94
  • 1
    What are 'all the adb techniques' (please, add to the question, not as a comment :) ) – Nanne Jan 07 '16 at 15:54
  • adb kill-server,adb start-server. That's what I was meaning. Maybe the new preview version of Android Studio,is causing the problem(Android Studio 2.0 Preview 4),but I doubt it. – Theo Jan 07 '16 at 15:56
  • are u working on windows..? did u checked device manager ? is your device drivers are properly installed.? – Mr Robot Jan 07 '16 at 16:01
  • Yes I am working in Windows 8.1. I also checked the device manager. The drivers installed are from this site http://androidmtk.com/download-vodafone-usb-drivers – Theo Jan 07 '16 at 16:05
  • It worked:). Thanks. – Theo Jan 07 '16 at 16:09
  • @ It worked:) - interesting ! – ʍѳђઽ૯ท Jan 07 '16 at 16:18

1 Answers1

0

You have to enable the "USB Debugging Mode" after enabling "Developer Options

Check this post for more details :: Enabling USB Debugging Mode

Community
  • 1
  • 1
Akram Qalalwa
  • 103
  • 11
  • I did that. I am allowed to use the phone as a developer. But nothing happens within Android Studio. – Theo Jan 07 '16 at 16:00