Problem to run my application on a real device
问题 I am developing android application under Linux Ubuntu 10.04 , with Eclipse IDE. I successfully managed to run my application through eclipse virtual device emulator (target android2.1-update1 ). Then, I followed the tutorial to run my application on a ZTE tablet device through eclipse. I followed every step of the tutorial. My rules file is located under /etc/udev/rules.d/51-android.rules , with content: SUBSYSTEM=="usb", SYSFS{idVendor}=="19D2", MODE="0666" The vendor ID of ZTE is 19D2. I