How to open adb and use it to send commands

后端 未结 6 791
猫巷女王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

    You should find it in :

    C:\Users\User Name\AppData\Local\Android\sdk\platform-tools
    

    Add that to path, or change directory to there. The command sqlite3 is also there.

    In the terminal you can type commands like

    adb logcat //for logs
    adb shell // for android shell
    

提交回复
热议问题