Skip to content

Instantly share code, notes, and snippets.

@groupsky
Created July 19, 2016 11:40
Show Gist options
  • Save groupsky/9a6a7f09f8c925eecccf27d4b7b92ffe to your computer and use it in GitHub Desktop.
Save groupsky/9a6a7f09f8c925eecccf27d4b7b92ffe to your computer and use it in GitHub Desktop.
Fix android emulator CPU hog
ls ~/.android/avd/*/config.ini | xargs sed -i '/hw.audioInput=yes/c\hw.audioInput=no\nhw.audioOutput=no'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment