How to open adb and use it to send commands

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

    If you have downloaded the AS + SDK bundle: in Windows 10

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

    Run adb.exe

    Type adb shell.

    Now able to access adb and the db.

提交回复
热议问题