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?
Asked
Active
Viewed 163 times
1
-
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 Answers
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