0
0

More than 3 years have passed since last update.

gradle --versionでエラー

Last updated at Posted at 2020-04-16

error

gradle --version
gradle: command not found

Solution

cd <project フォルダ>
./gradlew --version

理由:
gradle がグローバルでインストールされていないか、環境変数のPATHがない。
代わりにプロジェクトフォルダ内のgradle wrapper を使える

source:
https://stackoverflow.com/questions/49939789/i-have-android-studio-installed-but-i-am-unable-to-access-gradle-through-comman

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0