I was trying to build the Indic Keyboard project from github with android studio. Following the instruction I cloned the project and from the terminal of android studio typed commands
cd java
gradlew assembleDebug
At one stage in building it appears
Enter keystore path:
followed by keystore password, key alias, key password.
Where to find those value to enter? Also, am I in the correct path to build the project as I am pretty new in android development.