用于在Genymotion上播放音频的adb shell命令

时间:2017-03-06 21:15:01

标签: android audio adb genymotion

我想使用adb命令自动运行应用。我知道如何发送.then()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. 作为Android设备。

1 个答案:

答案 0 :(得分:1)

您可以使用提供的文件位置开始活动。

试试这个 -

  

adb shell am start -a android.intent.action.VIEW -d file:///storage/sdcard0/sample.mp3 -t audio / mp3