Skip to content

Instantly share code, notes, and snippets.

@cajun-code
Created May 30, 2013 00:05
Show Gist options
  • Save cajun-code/5674831 to your computer and use it in GitHub Desktop.
Save cajun-code/5674831 to your computer and use it in GitHub Desktop.
Simlink new android build system into old directory to allow sbt scala-android to continue to work
Dir.chdir(File.absolute_path("#{ENV['ANDROID_SDK_HOME']}/build-tools/17.0.0/"));Dir.glob("*").each{|x| system "ln -s #{ENV['ANDROID_SDK_HOME']}/build-tools/17.0.0/#{x} #{ENV['ANDROID_SDK_HOME']}/platform-tools/#{x}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment