user1271519
user1271519

Reputation: 439

AVD setting for installing firefox and chrome on Android Emulator

I want to know the settings for the AVD's if I want to install firefox and chrome on my Android Emulator.

What is the AVD setting for installing firefox and chrome. I have the following avd files chrome (com.android.chrome-2.apk) and firefox (fennec-10.0.3esr.multi.android-arm.apk)

Thanks, parvez

Upvotes: 1

Views: 2321

Answers (1)

Kumar Bibek
Kumar Bibek

Reputation: 9117

adb install com.android.chrome-2.apk
adb install fennec-10.0.3esr.multi.android-arm.apk

Run these commands from the directory where you have downloaded the files.

Upvotes: 3

Related Questions