Created
October 28, 2016 15:08
-
-
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
This file contains 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
>./gradlew clean build | |
/usr/bin/env: bash\r: No such file or directory |
This file contains 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
set fileformat=unix |
This file contains 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
>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