jigar
jigar

Reputation: 1591

Ho an i install an APk file on AVD in android?

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

Answers (2)

Amit Prajapati
Amit Prajapati

Reputation: 14315

open terminal or Cmd

go to sdk Platform-tool path

than type command

adb install test.apk

Upvotes: 1

ClaireG
ClaireG

Reputation: 1244

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

I hope it helps.

Upvotes: 2

Related Questions