Take a clone of project . Open android studio and select the NewsApp project.
open terminal in android studio. run the command > gradlew build
run the command > gradlew assembleDebug
// This creats the file app-debug.apk in folder app/build/outputs/apk/debug/
run the command >gradlew lint