Connection Method: (1) under ubuntu, enter Terminal, enter sudo gedit/etc/udev/rules. d/50-android.rules, and run this command to open the text editor. Paste the following text and save it. SUBSYSTEM = "usb", SYSFS {idVendor} = "0bb4", MODE = "0666" continue to run sudo chmod a + rx/etc/udev/rules at the end. d/50-android.rules: Go to the tools directory of android-sdk and execute sudo. /adb kill-server and then execute sudo. /adb devices indicates that the connection is successful. (2) Go to eclipse, right-click the project to be installed in project explorer, choose Run As> Run deployments, and change the running target to Manual ). Then Run. A message is displayed, indicating that you can select a target and select a real machine. (If no real machine is displayed, unplug the USB cable and plug it in again.) If the installation succeeds, the android application will appear on the mobile phone screen in a short time.
Author leehonpjp