Android模拟器:QEMU复制粘贴

时间:2016-06-02 09:06:25

标签: macos android-emulator qemu

我习惯使用iPhone模拟器,需要处理som Android代码 如何将粘贴复制到mac上的QEMU模拟器中。我看到这样的东西:adb shell输入文本“pbpaste”。有没有办法使用普通的复制粘贴?

由于

1 个答案:

答案 0 :(得分:0)

似乎找不到adb shell命令以外的其他支持选项。

我会使用applescript和Automator Services自动化快捷方式

do shell script 'adb shell input text pbpaste'
' pbpaste'命令从剪贴板获取文本。 ' adb shell输入文字pbpaste'将该文本发送到模拟器中,因此您应该在模拟器中选择输入框/ textarea /,然后触发快捷方式

https://apple.stackexchange.com/questions/24063/create-global-shortcut-to-run-command-line-applications