Skip to content

Instantly share code, notes, and snippets.

@ochim
Created October 28, 2016 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ochim/23962d627aeff83f6376f8446592f012 to your computer and use it in GitHub Desktop.
Save ochim/23962d627aeff83f6376f8446592f012 to your computer and use it in GitHub Desktop.
[Android]gradlew実行でbash\r: No such file or directory ref: http://qiita.com/ochim/items/228f8dc89f392a3bea84
>./gradlew clean build
/usr/bin/env: bash\r: No such file or directory
set fileformat=unix
>vim gradlew
:set fileformat=unix
:wq
>./gradlew clean build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment