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
Run simulator -> drag and drop yourApp.apk into simulator screen. Thats all. No commands.