Is there an easy way to copy/paste (desktop\'s) clipboard content to EditView on Android Emulator?
(just for the sake to ease development/test)
maybe a little bit tricky, but you could send an sms to the emulator by using the emulator control. then you do not have to retype all the text if it is longer and can copy-paste it in the emulator.
another way: connect to emulator via "telnet localhost PORT" and then use hardware event sending to send a text input event to the emulator (needs to be UTF-8). look at this