How to open adb and use it to send commands

后端 未结 6 780
猫巷女王i
猫巷女王i 2021-01-03 19:58

I use ADT to try to make android apps, and use AVD. I know there is another tool called adb. I know it has been installed, and I want try to use it to send comm

6条回答
  •  死守一世寂寞
    2021-01-03 20:42

    The short answer is adb is used via command line. find adb.exe on your machine, add it to the path and use it from cmd on windows.

    "adb devices" will give you a list of devices adb can talk to. your emulation platform should be on the list. just type adb to get a list of commands and what they do.

提交回复
热议问题