Install APK(Mobile App) On Real Device using adb.exe


How to install apk file on Real device using adb.exe
  • Open the command prompt
  • Start server using adb.exe start-server
        C:\Users\admin>adb.exe kill-server
        C:\Users\admin>adb.exe start-server
  • Verify total devices using adb devices
        C:\Users\admin>adb.exe devices
  • Goto apk file directory, Run the below command to Install app.
         F:\Google Drive\Training Materials\Appium\APk Files>adb.exe install ApiDemos.apk




Followers