build tools
gradle
gradle does not run on ubuntu. The version installed with apt-get just fails to work. So you need to install it will sdkman.
| sdkman | |
|---|---|
If this works you can install gradle with sdk :
If you did run sdk install as root you will only be able to use it as root, and so you probably have installed gradle as root also. This will most likely lead to this error when running gradle as normal user :
| failure | |
|---|---|
You can test if gradle works ok with this command.
| test | |
|---|---|
If that works without errors, you probably have ~/.gradle created as root, so do: