connecting adb with ZTE U950

enable USB debugging in Settings ? Applications  Development


from "Pro.Android.4"

Running on a Real Device
The best way to test an Android app is to run it on a real device. Any commercial
Android device should work when connected to your workstation, but you may need to
do a little work to set it up. If you have a Mac, you don’t need to do anything except plug
it in using the USB cable. Then, on the device itself, choose Settings ? Applications ?
Development and enable USB debugging. On Linux, you probably need to create or
modify this file: /etc/udev/rules.d/51-android.rules. We put a copy of this file on our
web site with the project files; copy it to the proper directory, and modify the username
and group values appropriately for your machine. Then, when you plug in an Android
device, it will be recognized. Next, enable USB debugging on the device.
For Windows, you have to deal with USB drivers. Google supplies some with the
Android packages, which are placed under the usb_driver subdirectory of the Android
SDK directory. Other device vendors provide drivers for you, so look for them on their
web sites. When you have the drivers set up, enable USB debugging on the device, and
you’re ready.
Now that your device is connected to your workstation, when you try to launch an app,
either it launches directly on the device or (if you have an emulator running or other devices attached) a window opens in which you choose which device or emulator to
launch into. If not, try editing your Run Configuration to manually select the target.

你可能感兴趣的:(connecting adb with ZTE U950)