How do you install an apk on the emulator in Android Studio from the terminal?
In Eclipse we did
/home/pcname/android-sdks/platform-tools/adb -s em
Start your Emulator from Android Studio Tools->Android-> AVD Manager then select an emulator image and start it.
Android Studio Tools->Android-> AVD Manager
After emulator is started just drag and drop the APK Very simple.