Created
July 19, 2016 11:40
-
-
Save groupsky/9a6a7f09f8c925eecccf27d4b7b92ffe to your computer and use it in GitHub Desktop.
Fix android emulator CPU hog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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