Is there an easy way to copy/paste (desktop\'s) clipboard content to EditView on Android Emulator?
EditView
(just for the sake to ease development/test)
Write command: adb devices (it will list the device currently connected) Select Textbox where you want to write text. Write command: adb shell input text "Yourtext" (make sure only one device is connected to run this command) Done!