Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我运行 html5 音频标签播放 mp3 文件时,我的 eclipse android 模拟器抛出错误。我的代码是
<audio controls="controls" autoplay > <source src= "audios/test.mp3" /> </audio>
这是我在 Eclipse 控制台窗口中的错误
错误(1,-2147483648)
.
我找不到解决方案。该代码适用于 chrome。请指教。
Vinod 我也试过了,但是当你将媒体嵌入到音频标签中时,android 模拟器直到现在才支持音频/视频再现。