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 4,944 times
2 Answers
4
Goto Shell/Terminal/, reach at android-sdk/tools directory then
adb install fileName.apk
or ./adb install fileName.apk
user370305
- 106,566
- 23
- 160
- 150
1
- Start emulator.
android-sdk-linux/platform-tools > ./adb -e install Test-debug.apk
fat
- 5,680
- 5
- 42
- 65