【发布时间】:2017-03-06 21:15:00
【问题描述】:
我想使用 adb 命令自动运行应用程序。我知道如何发送swip、touch 等命令。如何播放音频文件以模拟语音?
我有测试跟随,但它们都不起作用。
>adb shell tinyplay bird.wav
Unable to open file 'bird.wav'
和
>adb shell stagefright -a -o bird.wav
Unable to create data source.
我使用Genymotion 作为安卓设备。
【问题讨论】:
标签: android audio adb genymotion