Reputation: 145
i've installed Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0 driver in my computer. in my device i checked enable debug and allow unknown source. When i ran my application from eclipse, eclipse show a popup to select target device. i saw the device XXXXX with Offline state but run button still disable.
Upvotes: 2
Views: 6704
Reputation: 163
The reason for this behaviour is device is unauthorised for USB debugging. Ideally a pop up should appear on the device asking to provide permission for USB debugging. Select Allow always for this computer and click OK. This will solve the offline issue.
If the pop up does not come up when you plug the device to computer. Open adb command prompt and run
adb usb in command prompt this will reboot android adb usb listner which will force the pop up to come on the device.
Upvotes: 1
Reputation: 2281
I had the same problem, the method I did was:
Action->Scan
for Hardware changesicon -> Update Driver Properties -> "Search automatically
. Your computer will download the drivers from the internet and update your computer.Upvotes: 0