Go to root directory and run ./gradlew :app:assembleDebug. After the build is finished the apk file can be found at app/build/outputs/apk/debug/app-debug.apk Or run ...
This project was born out of my personal frustration with having to manually switch between different JDK versions on Windows. The traditional approach of constantly updating JAVA_HOME and PATH ...