Skip to content

Instantly share code, notes, and snippets.

@cajun-code
Created May 30, 2013 00:05
Show Gist options
  • Select an option

  • Save cajun-code/5674831 to your computer and use it in GitHub Desktop.

Select an option

Save cajun-code/5674831 to your computer and use it in GitHub Desktop.

Revisions

  1. cajun-code created this gist May 30, 2013.
    1 change: 1 addition & 0 deletions patch_android.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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}"}