2010年3月15日 星期一

Android Debug Bridge

adb 叫做 android debug bridge (adb)

http://developer.android.com/guide/developing/tools/adb.html

Querying for Emulator/Device Instances
-- adb devices

Installing an Application
-- adb install

Copying Files to or from an Emulator/Device Instance
-- adb pull
-- adb push foo.txt /sdcard/foo.txt

Other Shell Commands
-- adb shell ls /system/bin

Enabling logcat Logging
--adb logcat

沒有留言:

張貼留言