How to install an apk on the emulator in Android Studio?

stackoverflow picture stackoverflow · Jun 18, 2013 · Viewed 205.8k times · Source

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 emulator-5554 install /home/pcname/Downloads/apkname.apk

Now how about in Android Studio?

Answer

user2511630 picture user2511630 · Apr 21, 2016

Run simulator -> drag and drop yourApp.apk into simulator screen. Thats all. No commands.