Reputation: 439
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
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