如何告诉Android模拟器使用外部硬件设备(例如麦克风)?
是否可以告诉 Android 模拟器使用外部硬件? 就我而言,我想使用麦克风作为我正在开发的应用程序的输入...
我知道模拟器启动命令,但我似乎无法让这些工作...
有没有人可以请告诉我更多有关如何通过 Eclipse 使用启动命令的信息?或者如何确定在使用 -audio-in
启动命令时必须指定哪个后端...
我真的需要它才能工作,因为我无法调试在我用来测试我的应用程序的手机上......
Is it possible to tell the Android Emulator to use external hardware?
In my case, I want to use a Microphone for input for an app I'm developing...
I know about the Emulator start-up commands, but I can't seem to get these working...
Is there anybody who can tell me more about how to use the start-up commands trough Eclipse? Or how to determine which backend I have to specify when using let's say the -audio-in <backend>
start-up command...
I really need this to work, as I can't debug on the phone I use to test my apps...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于下面的附加(启动)命令是解决方案:
进入项目->运行->运行配置->目标->向下滚动,您将看到附加模拟器命令行选项.......给您的这里的附加命令..android 将使用您指定的命令启动模拟器
For Additional(Start-up) command below is resolution:
got to project->run->run configuration->target->scroll down you will see Additional emulator Command Line Options.......give your additional command here..android will launch emulator with youe specified command