为了方便使用Android SDK包含的开发工具,我们在系统环境变量中的Path设置Android SDK的安装目录下的tools目录。

Android SDK中:

platform-tools里有adb.exe, sqlite3.exe(与SQLite有关);
tools目录里有emulator.exe,ddms.bat ;


所以,个人理解,为了能在DOS任何环境下都能直接调用这些工具,所以,配置Android SDK中platform-tools和tools是必要的。

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2021-07-01
  • 2023-01-16
  • 2021-09-12
  • 2021-05-05
  • 2022-02-16
猜你喜欢
  • 2022-12-23
  • 2021-08-26
  • 2021-12-03
  • 2022-12-23
  • 2021-08-22
  • 2021-04-26
  • 2022-12-23
相关资源
相似解决方案