Reputation: 1591
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?
Upvotes: 1
Views: 174
Reputation: 14315
open terminal or Cmd
go to sdk Platform-tool path
than type command
adb install test.apk
Upvotes: 1