Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    Installing apk on android Emulator using ADB

    Posted in android on 12 July 2016 by vectordesign
    1. locate your sdk installation folder
      (windows c:\Users\{user}\AppData\Local\Android\Sdk\platform-tools)
    2. locate adb.exe
    3. Open Terminal in that folder ( Shift + right click) open command window here
    4. type adb.exe – e install {path to apk}

     

    Leave a Reply