Saturday, December 13, 2014

Install a apk on AVD


  • Launch the AVD
  • Go to terminal/command prompt
  • Make CD to android-sdk/tools
  • Input the following command
  • Windows:adb install fileName.apk
  • OSx:./adb install fileName.apk

No comments:

Post a Comment