added scripts folder for tracking
This commit is contained in:
parent
1af3038939
commit
677798e4f3
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
echo "Make sure to quite all sound using applications before running this (i.e. browsers, skype, garageband, etc.)"
|
||||
sudo kextunload /System/Library/Extensions/AppleHDA.kext
|
||||
sudo kextload /System/Library/Extensions/AppleHDA.kext
|
||||
sudo killall coreaudiod
|
||||
echo "Done, try changing the volume up and down a bit."
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home
|
||||
export STUDIO_JDK=$JAVA_HOME
|
||||
|
||||
open /Applications/Android\ Studio.app
|
Loading…
Reference in New Issue