How to open ADB shell in Android Emulator?

Not long ago friend of mine asked a question on how to open ADB shell in Android Emulator in Windows. Well, this is simple. On your Windows machine, go to:...

Not long ago friend of mine asked a question on how to open ADB shell in Android Emulator in Windows. Well, this is simple.

On your Windows machine, go to:

  • RUN in Start Menu
  • Type in CD C:\Program Files\Android\android-sdk\platform-tools
  • If above doesn't work, type in: CD C:\Program Files\Android\android-sdk\tools
  • type in adb shell or just adb (for help)

That's all!