Skip to content

Instantly share code, notes, and snippets.

@qvoid
Last active November 16, 2017 11:53
Show Gist options
  • Save qvoid/72280eb6f0ac147a60e51375a33c4b4b to your computer and use it in GitHub Desktop.
Save qvoid/72280eb6f0ac147a60e51375a33c4b4b to your computer and use it in GitHub Desktop.
Runing Android OpenSource Project in a fast way

Fistly

check Gradle version, builTools version and compile sdk version

Compile and packaging

./gradlew clean
./gradlew assembleDebug

Compile, packaging and instal

./gradlew clean
./gradlew installDebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment