架构师_程序员_码农网

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 21922|回复: 17

Android Debug Bridge(ADB)官方工具下载

[复制链接]
发表于 2018-1-8 09:39:58 | 显示全部楼层 |阅读模式
Android 调试桥 (adb) 是一个通用命令行工具,其允许您与模拟器实例或连接的 Android 设备进行通信。它可为各种设备操作提供便利,如安装和调试应用,并提供对 Unix shell(可用来在模拟器或连接的设备上运行各种命令)的访问。该工具作为一个客户端-服务器程序,包括三个组件:

客户端,该组件发送命令。客户端在开发计算机上运行。您可以通过发出 adb 命令从命令行终端调用客户端。
后台程序,该组件在设备上运行命令。后台程序在每个模拟器或设备实例上作为后台进程运行。
服务器,该组件管理客户端和后台程序之间的通信。服务器在开发计算机上作为后台进程运行。
您可以在 android_sdk/platform-tools/ 中找到 adb 工具



QQ截图20180108093413.jpg
文件列表:

文件夹 PATH 列表
卷序列号为 00000004 7081:E3E5
C:.
│  adb.exe
│  AdbWinApi.dll
│  AdbWinUsbApi.dll
│  dmtracedump.exe
│  etc1tool.exe
│  fastboot.exe
│  hprof-conv.exe
│  libwinpthread-1.dll
│  make_f2fs.exe
│  mke2fs.conf
│  mke2fs.exe
│  NOTICE.txt
│  source.properties
│  sqlite3.exe
│  
├─api
│      annotations.zip
│      api-versions.xml
│      
├─lib64
│      libc++.so
│      
└─systrace
    │  NOTICE
    │  systrace.py
    │  UPSTREAM_REVISION
    │  
    └─catapult
        ├─common
        │  ├─battor
        │  │  ├─battor
        │  │  │      battor_binary_dependencies.json
        │  │  │      battor_error.py
        │  │  │      battor_wrapper.py
        │  │  │      battor_wrapper_devicetest.py
        │  │  │      battor_wrapper_unittest.py
        │  │  │      __init__.py
        │  │  │      
        │  │  └─bin
        │  │          run_py_tests
        │  │          upload_battor_binaries.py
        │  │         
        │  ├─bin
        │  │      run_tests
        │  │      
        │  ├─eslint
        │  │  │  LICENSE
        │  │  │  README.md
        │  │  │  
        │  │  ├─bin
        │  │  │      run_eslint
        │  │  │      run_tests
        │  │  │      
        │  │  ├─eslint
        │  │  │      smoke_test.py
        │  │  │      __init__.py
        │  │  │      
        │  │  ├─rules
        │  │  │      catapult-camelcase.js
        │  │  │      
        │  │  └─tests
        │  │          catapult-camelcase.js
        │  │         
        │  ├─lab
        │  │      commits.py
        │  │      hardware.py
        │  │      keychain_unlock.sh
        │  │      
        │  ├─node_runner
        │  │  └─node_runner
        │  │          node_binaries.json
        │  │          node_util.py
        │  │          package.json
        │  │          __init__.py
        │  │         
        │  ├─py_trace_event
        │  │  │  README.txt
        │  │  │  
        │  │  └─py_trace_event
        │  │      │  run_tests
        │  │      │  setup.py
        │  │      │  trace_event.py
        │  │      │  trace_event_unittest.py
        │  │      │  trace_time.py
        │  │      │  trace_time_unittest.py
        │  │      │  __init__.py
        │  │      │  
        │  │      └─trace_event_impl
        │  │              decorators.py
        │  │              decorators_test.py
        │  │              log.py
        │  │              log_io_test.py
        │  │              meta_class.py
        │  │              multiprocessing_shim.py
        │  │              parsed_trace_events.py
        │  │              trace_test.py
        │  │              __init__.py
        │  │              
        │  └─py_utils
        │      │  PRESUBMIT.py
        │      │  
        │      └─py_utils
        │          │  binary_manager.py
        │          │  binary_manager_unittest.py
        │          │  chrome_binaries.json
        │          │  cloud_storage.py
        │          │  cloud_storage_global_lock.py
        │          │  cloud_storage_unittest.py
        │          │  contextlib_ext.py
        │          │  contextlib_ext_unittest.py
        │          │  dependency_util.py
        │          │  lock.py
        │          │  lock_unittest.py
        │          │  py_utils_unittest.py
        │          │  shell_util.py
        │          │  tempfile_ext.py
        │          │  tempfile_ext_unittest.py
        │          │  xvfb.py
        │          │  __init__.py
        │          │  
        │          ├─refactor
        │          │  │  module.py
        │          │  │  offset_token.py
        │          │  │  snippet.py
        │          │  │  __init__.py
        │          │  │  
        │          │  └─annotated_symbol
        │          │          base_symbol.py
        │          │          class_definition.py
        │          │          function_definition.py
        │          │          import_statement.py
        │          │          reference.py
        │          │          __init__.py
        │          │         
        │          ├─refactor_util
        │          │      move.py
        │          │      __init__.py
        │          │      
        │          └─test_data
        │                  foo.txt
        │                  
        ├─dependency_manager
        │  │  PRESUBMIT.py
        │  │  pylintrc
        │  │  
        │  ├─bin
        │  │      run_tests
        │  │      update
        │  │      
        │  └─dependency_manager
        │          archive_info.py
        │          base_config.py
        │          base_config_unittest.py
        │          cloud_storage_info.py
        │          cloud_storage_info_unittest.py
        │          dependency_info.py
        │          dependency_info_unittest.py
        │          dependency_manager_unittest.py
        │          dependency_manager_util.py
        │          dependency_manager_util_unittest.py
        │          exceptions.py
        │          local_path_info.py
        │          manager.py
        │          uploader.py
        │          uploader_unittest.py
        │          __init__.py
        │         
        ├─devil
        │  │  PRESUBMIT.py
        │  │  pylintrc
        │  │  README.md
        │  │  
        │  ├─bin
        │  │      generate_md_docs
        │  │      run_py_devicetests
        │  │      run_py_tests
        │  │      
        │  ├─devil
        │  │  │  base_error.py
        │  │  │  devil_dependencies.json
        │  │  │  devil_env.py
        │  │  │  devil_env_test.py
        │  │  │  __init__.py
        │  │  │  
        │  │  ├─android
        │  │  │  │  apk_helper.py
        │  │  │  │  apk_helper_test.py
        │  │  │  │  app_ui.py
        │  │  │  │  app_ui_test.py
        │  │  │  │  battery_utils.py
        │  │  │  │  battery_utils_test.py
        │  │  │  │  decorators.py
        │  │  │  │  decorators_test.py
        │  │  │  │  device_blacklist.py
        │  │  │  │  device_blacklist_test.py
        │  │  │  │  device_errors.py
        │  │  │  │  device_errors_test.py
        │  │  │  │  device_list.py
        │  │  │  │  device_signal.py
        │  │  │  │  device_temp_file.py
        │  │  │  │  device_test_case.py
        │  │  │  │  device_utils.py
        │  │  │  │  device_utils_devicetest.py
        │  │  │  │  device_utils_test.py
        │  │  │  │  fastboot_utils.py
        │  │  │  │  fastboot_utils_test.py
        │  │  │  │  flag_changer.py
        │  │  │  │  flag_changer_devicetest.py
        │  │  │  │  flag_changer_test.py
        │  │  │  │  forwarder.py
        │  │  │  │  install_commands.py
        │  │  │  │  logcat_monitor.py
        │  │  │  │  logcat_monitor_test.py
        │  │  │  │  md5sum.py
        │  │  │  │  md5sum_test.py
        │  │  │  │  ports.py
        │  │  │  │  settings.py
        │  │  │  │  __init__.py
        │  │  │  │  
        │  │  │  ├─constants
        │  │  │  │      chrome.py
        │  │  │  │      file_system.py
        │  │  │  │      __init__.py
        │  │  │  │      
        │  │  │  ├─perf
        │  │  │  │      cache_control.py
        │  │  │  │      perf_control.py
        │  │  │  │      perf_control_devicetest.py
        │  │  │  │      surface_stats_collector.py
        │  │  │  │      thermal_throttle.py
        │  │  │  │      __init__.py
        │  │  │  │      
        │  │  │  ├─sdk
        │  │  │  │  │  aapt.py
        │  │  │  │  │  adb_compatibility_devicetest.py
        │  │  │  │  │  adb_wrapper.py
        │  │  │  │  │  adb_wrapper_devicetest.py
        │  │  │  │  │  adb_wrapper_test.py
        │  │  │  │  │  build_tools.py
        │  │  │  │  │  dexdump.py
        │  │  │  │  │  fastboot.py
        │  │  │  │  │  gce_adb_wrapper.py
        │  │  │  │  │  intent.py
        │  │  │  │  │  keyevent.py
        │  │  │  │  │  shared_prefs.py
        │  │  │  │  │  shared_prefs_test.py
        │  │  │  │  │  split_select.py
        │  │  │  │  │  version_codes.py
        │  │  │  │  │  __init__.py
        │  │  │  │  │  
        │  │  │  │  └─test
        │  │  │  │      └─data
        │  │  │  │          │  push_file.txt
        │  │  │  │          │  
        │  │  │  │          └─push_directory
        │  │  │  │                  push_directory_contents.txt
        │  │  │  │                  
        │  │  │  ├─tools
        │  │  │  │      adb_run_shell_cmd.py
        │  │  │  │      cpufreq.py
        │  │  │  │      device_monitor.py
        │  │  │  │      device_monitor_test.py
        │  │  │  │      device_recovery.py
        │  │  │  │      device_status.py
        │  │  │  │      flash_device.py
        │  │  │  │      keyboard.py
        │  │  │  │      provision_devices.py
        │  │  │  │      screenshot.py
        │  │  │  │      scrip{过滤}t_common.py
        │  │  │  │      scrip{过滤}t_common_test.py
        │  │  │  │      video_recorder.py
        │  │  │  │      wait_for_devices.py
        │  │  │  │      __init__.py
        │  │  │  │      
        │  │  │  └─valgrind_tools
        │  │  │          base_tool.py
        │  │  │          __init__.py
        │  │  │         
        │  │  ├─constants
        │  │  │      exit_codes.py
        │  │  │      __init__.py
        │  │  │      
        │  │  └─utils
        │  │      │  battor_device_mapping.py
        │  │      │  cmd_helper.py
        │  │      │  cmd_helper_test.py
        │  │      │  file_utils.py
        │  │      │  find_usb_devices.py
        │  │      │  find_usb_devices_test.py
        │  │      │  geometry.py
        │  │      │  geometry_test.py
        │  │      │  host_utils.py
        │  │      │  lsusb.py
        │  │      │  lsusb_test.py
        │  │      │  markdown.py
        │  │      │  markdown_test.py
        │  │      │  mock_calls.py
        │  │      │  mock_calls_test.py
        │  │      │  parallelizer.py
        │  │      │  parallelizer_test.py
        │  │      │  reraiser_thread.py
        │  │      │  reraiser_thread_unittest.py
        │  │      │  reset_usb.py
        │  │      │  run_tests_helper.py
        │  │      │  signal_handler.py
        │  │      │  timeout_retry.py
        │  │      │  timeout_retry_unittest.py
        │  │      │  update_mapping.py
        │  │      │  usb_hubs.py
        │  │      │  watchdog_timer.py
        │  │      │  zip_utils.py
        │  │      │  __init__.py
        │  │      │  
        │  │      ├─lazy
        │  │      │      weak_constant.py
        │  │      │      __init__.py
        │  │      │      
        │  │      └─test
        │  │          └─data
        │  │                  test_serial_map.json
        │  │                  
        │  └─docs
        │          adb_wrapper.md
        │          device_blacklist.md
        │          device_utils.md
        │          markdown.md
        │          persistent_device_list.md
        │         
        ├─systrace
        │  │  PRESUBMIT.py
        │  │  pylintrc
        │  │  README.md
        │  │  
        │  ├─atrace_helper
        │  │  │  README.md
        │  │  │  
        │  │  └─jni
        │  │          Application.mk
        │  │          file_utils.cc
        │  │          file_utils.h
        │  │          logging.h
        │  │          main.cc
        │  │          process_info.cc
        │  │          process_info.h
        │  │          process_memory_stats.cc
        │  │          process_memory_stats.h
        │  │         
        │  ├─bin
        │  │      adb_profile_chrome
        │  │      adb_profile_chrome_startup
        │  │      run_tests
        │  │      systrace
        │  │      
        │  ├─profile_chrome
        │  │  │  chrome_startup_tracing_agent.py
        │  │  │  chrome_startup_tracing_agent_unittest.py
        │  │  │  chrome_tracing_agent.py
        │  │  │  chrome_tracing_agent_unittest.py
        │  │  │  ddms_tracing_agent.py
        │  │  │  ddms_tracing_agent_unittest.py
        │  │  │  fake_agent_1.py
        │  │  │  fake_agent_2.py
        │  │  │  flags.py
        │  │  │  main.py
        │  │  │  perf_tracing_agent.py
        │  │  │  perf_tracing_agent_unittest.py
        │  │  │  profiler.py
        │  │  │  profiler_unittest.py
        │  │  │  run_tests
        │  │  │  ui.py
        │  │  │  util.py
        │  │  │  __init__.py
        │  │  │  
        │  │  └─third_party
        │  │          COPYING
        │  │          perf_to_tracing.py
        │  │          README.chromium
        │  │         
        │  └─systrace
        │      │  AUTHORS
        │      │  decorators.py
        │      │  LICENSE
        │      │  monitor_unittest.py
        │      │  output_generator.py
        │      │  output_generator_unittest.py
        │      │  prefix.html
        │      │  README.md
        │      │  run_systrace.py
        │      │  suffix.html
        │      │  systrace_runner.py
        │      │  systrace_trace_viewer.html
        │      │  trace_result.py
        │      │  tracing_controller.py
        │      │  update_systrace_trace_viewer.py
        │      │  util.py
        │      │  util_unittest.py
        │      │  __init__.py
        │      │  
        │      ├─test_data
        │      │      atrace_data
        │      │      atrace_data_raw
        │      │      atrace_data_stripped
        │      │      atrace_extracted_tgids
        │      │      atrace_extracted_threads
        │      │      atrace_fixed_tgids
        │      │      atrace_missing_tgids
        │      │      atrace_procfs_dump
        │      │      battor_test_data.txt
        │      │      compressed_atrace_data.txt
        │      │      decompressed_atrace_data.txt
        │      │      profile-chrome_systrace_perf_chrome_data
        │      │      
        │      └─tracing_agents
        │              agents_unittest.py
        │              android_process_data_agent.py
        │              atrace_agent.py
        │              atrace_agent_unittest.py
        │              atrace_from_file_agent.py
        │              atrace_from_file_agent_unittest.py
        │              battor_trace_agent.py
        │              battor_trace_agent_unittest.py
        │              ftrace_agent.py
        │              ftrace_agent_unittest.py
        │              walt_agent.py
        │              walt_agent_unittest.py
        │              __init__.py
        │              
        ├─third_party
        │  ├─pyserial
        │  │  │  LICENSE.txt
        │  │  │  linux-product_info.patch
        │  │  │  README.chromium
        │  │  │  
        │  │  └─serial
        │  │      │  rfc2217.py
        │  │      │  serialcli.py
        │  │      │  serialjava.py
        │  │      │  serialposix.py
        │  │      │  serialutil.py
        │  │      │  serialwin32.py
        │  │      │  sermsdos.py
        │  │      │  win32.py
        │  │      │  __init__.py
        │  │      │  
        │  │      ├─tools
        │  │      │      list_ports.py
        │  │      │      list_ports_linux.py
        │  │      │      list_ports_osx.py
        │  │      │      list_ports_posix.py
        │  │      │      list_ports_windows.py
        │  │      │      miniterm.py
        │  │      │      __init__.py
        │  │      │      
        │  │      └─urlhandler
        │  │              protocol_hwgrep.py
        │  │              protocol_loop.py
        │  │              protocol_rfc2217.py
        │  │              protocol_socket.py
        │  │              __init__.py
        │  │              
        │  └─zipfile
        │          LICENSE
        │          README.chromium
        │          zipfile_2_7_13.py
        │         
        └─tracing
            │  tracing_project.py
            │  
            └─tracing
                │  __init__.py
                │  
                └─trace_data
                        trace_data.py
                        trace_data_unittest.py
                        __init__.py


谷歌官方下载地址:

Linux :
https://dl.google.com/android/repository/platform-tools-latest-linux.zip

Mac:
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip

Windows:
https://dl.google.com/android/repository/platform-tools-latest-windows.zip


由于,谷歌很多人打不开,我翻过去已经下载好了,

原版官方文件下载:

游客,如果您要查看本帖隐藏内容请回复









上一篇:WinRAR v5.50简体中文已注册 无广告 无修改 原版(64位/32位)
下一篇:.net/c# 流量宝盒官方抢购[源码]
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2019-6-4 13:55:14 | 显示全部楼层
{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}{:1_1:}
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2020-11-21 18:46:34 | 显示全部楼层
44544584554897741858346
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2021-7-5 15:41:23 | 显示全部楼层
想找到adb文件下载地址
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2020-6-24 10:13:42 | 显示全部楼层
woxiangxiazai
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2020-10-1 21:09:19 | 显示全部楼层
谢谢分享,非常好用!
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2020-10-18 11:13:38 | 显示全部楼层
aaaaaa
aaaaaa
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2021-1-7 22:10:45 | 显示全部楼层
weqeqwerqweqweq
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2021-6-19 23:54:40 | 显示全部楼层
感谢楼主分享
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
发表于 2021-8-2 00:42:58 | 显示全部楼层
1111111111111111
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

免责声明:
码农网所发布的一切软件、编程资料或者文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版软件,购买注册,得到更好的正版服务。如有侵权请邮件与我们联系处理。

Mail To:help@itsvse.com

QQ|手机版|小黑屋|架构师 ( 鲁ICP备14021824号-2 )|网站地图

GMT+8, 2024-3-28 19:35

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表