Application not getting installed on emulator: warning: opening audio input failed

非 Y 不嫁゛ 提交于 2019-12-12 19:19:00

问题


I created a 'hello' project. I didn't change anything about the default template generated by eclipse. Then I ran the application. I didn't get any error. However, the application isn't being installed on the emulator.

environment :

windows7 x64
jdk-7u7-windows-x64
installer_r20.0.3-windows
eclipse-jee-juno-SR1-win32-x86_64

I googled many articles, but I didn't find any solutions.

[2012-10-15 16:39:42 - hello] Android Launch!
[2012-10-15 16:39:42 - hello] adb is running normally.
[2012-10-15 16:39:42 - hello] Performing com.example.hello.MainActivity activity launch
[2012-10-15 16:39:42 - hello] Automatic Target Mode: launching new emulator with compatible AVD 'AndroidAVD4.1.2'
[2012-10-15 16:39:42 - hello] Launching a new emulator with Virtual Device 'AndroidAVD4.1.2'
[2012-10-15 16:39:42 - Emulator] emulator: warning: opening audio input failed

回答1:


I have read many similar article for 1 week, and I've tried many things to fix this problem :

  • various android sdk version re-install
  • project re-creation
  • avd re-creation
  • change eclipse workspace
  • Changing android sdk folder to root with no space.
  • the re-start adb and eclipse.

As a trial, I uninstalled all anti-virus and defense software, then performed a reboot. This solved my problem.



来源:https://stackoverflow.com/questions/12891568/application-not-getting-installed-on-emulator-warning-opening-audio-input-fail

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!