Paste Text on Android Emulator
Developing on Android i've found an unexpected bottleneck using Emulator to "Type Text". Since seems not possible to use the "copy&paste" from host system to the emulator, i've googled to find out a solution. As usual StackOverflow has provided me the solution that i summarize below from console: > adb shell input text 'my string here' And magic happens ....