androidinstallationapkexternal-application

How do I Install external APKs necessary for my app in the Eclipse ADT?


I need to rely on external app (Barcode scanner in my case). The eclipse emulator crashes when I try to download it from within the emulator itself.


Solution

  • I ran the emulator from eclipse.

    Check to see if the device is detected using :>adb devices

    I ran the adb install foo.apk

    This installed the APK in the emulator.