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.
Asked
Active
Viewed 5,073 times
2 Answers
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
- Start emulator.
android-sdk-linux/platform-tools > ./adb -e install Test-debug.apk

fat
- 6,435
- 5
- 44
- 70