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
adb
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.
sqlite3
In the terminal you can type commands like
adb logcat //for logs adb shell // for android shell