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

For those using Mac and you get a command not found error, what you need to do is

type

./adb install "yourapk.apk"

enter image description here