0

I'm trying to integrate the Zxing Bar code scanner into an application, but I need to install the bar code application on the emulator first. I already downloaded the .apk file. How do I install it on the emulator? I'm running Ububtu.

user992804
  • 329
  • 1
  • 6
  • 13

2 Answers2

4

Goto Shell/Terminal/, reach at android-sdk/tools directory then

adb install fileName.apk 
or ./adb install fileName.apk
user370305
  • 108,599
  • 23
  • 164
  • 151
1
  1. Start emulator.
  2. android-sdk-linux/platform-tools > ./adb -e install Test-debug.apk
fat
  • 6,435
  • 5
  • 44
  • 70