Occassionally, you run into the problem of wanting to copy-paste something from your machine to the Android emulator.
You can do this by entering the following command in the terminal
Library/Android/sdk/platform-tools/adb shell input text "someText"
Comments