go to sdk folder, then go to tools.copy your apk file inside the tool directory./emulator -avd myEmulatorto run the emulator on mac./adb install myApp.apkto install app on the emulator
-d - directs command to the only connected USB device...-e - directs command to the only running emulator...-s <serial number> ...-p <product name or path> ...