android_developer
android_developer

Reputation: 47

Android Programming with eclipse

my android phone is not detecting in pc even though I installed all the necessary drivers and all are up to date, can anyone tell me steps to install device in windows 7. my android phone is HTC one x.(I am running my project in eclipse indigo)

Upvotes: 0

Views: 64

Answers (4)

Mahadev Dalavi
Mahadev Dalavi

Reputation: 173

Download mobogenie3 setup and connect your device ,mobogenie3 will automatically download your device driver and install it .

Upvotes: 0

MDroid
MDroid

Reputation: 550

  • Start SDK manager
  • Go To Extra
  • See whether Have you installed Google USB driver if not install this.

enter image description here

  • Restart Eclipse.
  • Again Connect Your device with the following steps.

from your device check that whether have you Started USB debugging mode on from

  • Developer Options
  • Checked USB debugging with USB. Device should be connected as MTP.

If Developer Option is not available on your device you can enable it by following steps

  • Go to Settings
  • About Phone
  • Tap Build number continue 7 to 8 times (Don't remember exact figure)
  • You will see the Toast "You are now developer"
  • Developer Options will be enable now.

enter image description here

Upvotes: 2

Nick D.
Nick D.

Reputation: 47

If the aforementioned answers don't work, there is a workaround with connecting some Android phones where you should connect it 'as a camera' in order for the PC to recognize the device. (It won't detect them otherwise)

Upvotes: 0

Prithviraj Shiroor
Prithviraj Shiroor

Reputation: 138

Did you enable developer option on your device? this link might help http://www.developer.com/ws/android/connecting-your-android-device-to-eclipse.html

Upvotes: 1

Related Questions