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)
On Linux this will paste text directly from the clipboard
adb shell input text "'$(xclip -selection c -o)'"
Also it very useful to create global keyboard shortkey with this command for example Ctrl+Shift+Super+V