Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - gradle.properties windows

I need to put some signing variables into gradle and in mac you can put it in

HOME/.gradle/gradle.properties

but what about windows?

like image 468
Daniel Gomez Rico Avatar asked Jun 04 '15 19:06

Daniel Gomez Rico


People also ask

Where is Gradle properties on Windows?

The global properties file should be located in your home directory: On Windows: C:\Users\<you>\. gradle\gradle. properties.

Where can I find Gradle properties in Android Studio?

properties in the project folder or in the C:\Users\Username. gradle. Please make sure that the name of file is "gradle.

What is Gradle properties in Android?

The gradle. properties helps with keeping properties separate from the build script and should be explored as viable option. It's a good location for placing properties that control the build environment.


1 Answers

In Windows you can use this file:

C:\Users\username\.gradle\gradle.properties
like image 72
Gabriele Mariotti Avatar answered Sep 26 '22 02:09

Gabriele Mariotti