Execute command in terminal: LSUSB
Bus 002 Device 002:id 8087:0024 Intel Corp Integrated rate Matching Hub
Bus 002 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hub
Bus 001 Device 004:id 5986:0397 Acer, Inc.
Bus 001 Device 003:id 105b:e065
Bus 001 Device 002:id 8087:0024 Intel Corp Integrated rate Matching Hub
Bus 001 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hub
Bus 004 Device 001:id 1d6b:0003 Linux Foundation 3.0 root Hub
Bus 003 Device 002:id 17ef:604d Lenovo
Bus 003 Device 005:id 04e8:6860 Samsung Electronics Co., Ltd gt-i9100 phone [Galaxy S II], gt-i9300 phone [Galaxy S III], gt-p7500 [Galaxy Tab 10.1]
Bus 003 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hub
Where 04e8:6860 for Samsung Note3
Execution: cd/etc/udev/rules.d/
Execution: sudo vim 50-android.rules
Input:subsystem== "USB", attrs{idvendor}== "04e8", attrs{idproduct}== "6860", mode= "0666r"
Save the above content
Execute: sudo service udev restart (restart Udev services);
Switch to the SDK's Platform-tools service directory;
Execute./ADB kill-server (stop adb Service)
Execute./ADB Devices View Phone List (note: The phone may need to be plugged in again)
List of devices attached
0ee45303 Device
Use Eclipse to debug your app after doing this (eclipse can require a restart)
Ubuntu 14.04 connect Android Phone (Samsung Note3) for application debugging