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)
Only For API level >= 24
Copy any text from your local machine and then simply run this command
adb shell input keyevent 279
Make sure In Android Emulator Settings the Enable Clipboard Sharing options is enabled
Enable Clipboard Sharing