Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am using eclipse on windows
i want to run application on my samsung android phone
but eclipse is not recognizing my device
pease somebody help me
Go tthrough this link you will find the answer http://developer.android.com/tools/device.html
This page describes how to set up your development environment and Android-powered device for testing and debugging on the device.
Make sure you install the Google USB drivers and another other drivers that might be needed for Windows to recognise the phone.
Start here:
http://developer.android.com/sdk/win-usb.html
you should use proper drivers for windows and also try to install samsung kies.
http://www.samsung.com/in/support/usefulsoftware/KIES/JSP
Try this way this is Works For Me.
In your Samsung device.
Go To Setting->Applications->Development->
To Download driver software (Eclipse) for Samsung Device Automatically you should connect to windows pc & not check USB debugging option.
Once the All Drivers are downloaded after that all samsung devices will connect with eclipse & when you should do debug any application check USB debugging option.
Same problem, Windows was unable to update the driver software for my Android phone in the Device Manager.
Finally found this website http://www.driverscape.com/download/android-adapter-adb-interface which has the software for all kinds of Windows OS.
This time Eclipse recognized my device.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
When I connect my phone running android version 4.2.2 through the usb port the android phone driver is not installed. What could be the issue? I have searched a lot but could not find a solution.
Any insights would be greatly appreciated.
EDIT:
Usb debugging is enabled.
Phone Model and Make: Huawei 3c Honor (Just in case)
Update:
Question that may also be related or helpful but without answer given to my question: Installing the Android USB Driver in Windows 7
On windows you can just go to your device manager, click the unknown android device and install the driver which you can find in the follow directory. You have to pick it manually as scanning the directory for matching device drivers will show an empty list of compatible drivers.
<path to your android sdk directory>\extras\google\usb_driver
Is your phone showing the USB debuggging connected mode? Otherwise you might have to enable this in the developers settings.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I want to test my application on my Android phone.
But this phone is connected to pc, but doesn't show up in ADT devices list.
Can someone help me with this?
You need to ensure you have the Developer Options enabled on the device (and 'Allow USB Debugging' selected). Also you need (on Windows) to have the device USB driver installed.
Also, sometimes you need to restart ADB after the device has been connected.
From Eclipse, open the DDMS perspective, and in the devices list, click the upside triangle to access the menu to restart ADB (don't worry about the failed to restart errors you will see those always).
Also, you can restart from the command line with the following commands:
adb kill-server
adb start-server
Try to install Sync(pc suite) of the mobile device in the system and even unable the USB debugging in the mobile
Which phone are you using?
If it's a Nexus device, you have to install the Google USB Driver. You can follow this guide to install the driver.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Following the documentation here, I am trying to setup a testing environment on my S4. When I plug it into my computer the drivers do not install properly, so I follow the instructions to update it with whatever is in the usb_driver folder of the SDK.
I just get a message that says windows could not locate the driver and was unable to install, as if the correct driver isn't in the folder. I am clicking on SAMSUNG_Android under Other Devices in the Computer Management window. When I go to My Computer, I do see my device listed under Portable Devices though. Am I missing a step? Any help is appreciated
Download the USB Driver for Windows from here:
http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am attempting to install the Android USB Driver in my computer running on Windows 7. I followed the instructions in the developer section of the website, but I am stuck. Here is the website with the instructions;
http://developer.android.com/tools/extras/oem-usb.html#Win7
What I am having trouble with is in step 7-8, when I click next after selecting the path <sdk>/extras/google/usb_driver under where I enter the location. I get an error message that says "Windows could not find driver software for your device"
I have tried looking for help in the Developers website, but it's so difficult to navigate that I am asking here.
I am positive that, under Computer Management, I am choosing the Android device under Other devices, which another question I have is that two "Android" drivers are showing up, but I figured this was due to me owning a previous phone with Android. See screenshot;
My phone is plugged in to my computer and USB debugging is checked in my phone. I own a Samsung Ace II.
Just download and install "Samsung Kies" from this link. and everything would work as required.
Before installing, uninstall the drivers you have installed for your device.
Update:
Two possible solutions:
Try with the Google USB driver which comes with the SDK.
Download and install the Samsung USB driver from this link as suggested by Mauricio Gracia Gutierrez
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Please help me. I'm trying to connect my Google Nexus 7 to my PC for Android development.
I've tried connecting to my PC with different cables. When I connected the device to my Windows 7 PC, I didn't get any notification on Android or my PC that device was connected. In "Other devices" my PC shows Unknown device. I try use MTP and PTP, as well as disabling and enabling USB debugging. I've used Nexus Root Toolkit, Universal Naked Driver, Nexus 7 toolkit, and I've tried this tutorial and many other http://www.youtube.com/watch?v=IjWjCQXlWDc and nothing has helped me.
I don't understand why there aren't any notifications on Android. Could it be a hardware problem? How i can check it?
Please help me, because I haven't found any way to fix it.
Thanks.
You probably need to install the ADB driver for the Nexus 7. Check out this SO resolution.
Here is a link to all Android ADB drivers.
You also need to make sure you have the 'USB Debugging' setting enabled on the Nexus7. You can download the USB driver using the SDK Manager (the same way you downloaded different SDKs and tools).