Skip to content

alvin-qh/study-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android

Setup gradle

Setup "local.properties" file, set location of android SDK

The SDK location may like:

ndk.dir=/usr/local/opt/android-sdk/ndk-bundle
sdk.dir=/usr/local/opt/android-sdk

Setup "gradle.properties" file, set build options

Set JVM options for gradle

org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

Enable build in multi-thread

org.gradle.parallel=true

Enable daemon process of gradle

org.gradle.configureondemand=true
org.gradle.daemon=true

Setup android studio

Enable instant build

Enable instant run

Setup compiler options

Compiler options

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published