1

I have searched a lot many links on how to install an APk file on emulator ,But its really cumbersome and typical task i ever done.So can anyone please tell me any good reference or how to install an apk on AVD in android?

jigar
  • 1,571
  • 6
  • 23
  • 46
  • Is this what you were looking for ? http://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator – Vidhuran Aug 09 '13 at 12:34

2 Answers2

2

Take a look at this; a step by step guide, posted on SO.

I hope it helps.

Community
  • 1
  • 1
ClaireG
  • 1,244
  • 2
  • 11
  • 23
1

open terminal or Cmd

go to sdk Platform-tool path

than type command

adb install test.apk

Amit Prajapati
  • 13,525
  • 8
  • 62
  • 84