Reputation: 13
Environment:
Now I want to run android application in the device. For that I follow the below commands
1) adb kill-server
2) adb start-server
3) adb devices
But it is not showing the device name in the list of attached devices, it is showing only emulators. Can you give me any suggestions to resolve my problem?
Upvotes: 0
Views: 78
Reputation: 1
If you develop in a linux environment, drivers are not needed. Try dual-boot or booting a live distro if you are not comfortable giving up windows.
Upvotes: -1
Reputation: 48612
Go to Settings->Applications->Development.
Check on USB Debugging.
and install the drivers and Kies samsung software in your PC.
Upvotes: 3