error
gradle --version
gradle: command not found
Solution
cd <project フォルダ>
./gradlew --version
理由:
gradle がグローバルでインストールされていないか、環境変数のPATHがない。
代わりにプロジェクトフォルダ内のgradle wrapper を使える
Go to list of users who liked
More than 3 years have passed since last update.
error
gradle --version
gradle: command not found
Solution
cd <project フォルダ>
./gradlew --version
理由:
gradle がグローバルでインストールされていないか、環境変数のPATHがない。
代わりにプロジェクトフォルダ内のgradle wrapper を使える
Register as a new user and use Qiita more conveniently
Go to list of users who liked