ANDROID: Install apk on emulator

You can view a list of emulators via:
android list avd

Start the emulator with:
emulator -avd [emu name]

Place the apk into the android/tools directory, and install it with:
adb install [apk name].apk

Resubmit the previous command if you get this message:
* daemon not running. starting it now *
* daemon started successfully *
error: device offline

0 comments: