>>58
リンクのページに書いてある
Building
Build

Using Android Studio
Clone the repo, open it in Android Studio and build the app.

Using command line
On Windows:
.\gradlew.bat assembleDebug
On Linux/macOS:
chmod +x gradlew
./gradlew assembleDebug