Please enable JavaScript.
Coggle requires JavaScript to display documents.
file gradle (settings.gradle (include (thể hiện các module mà ứng dụng sẽ…
file gradle
settings.gradle
include
thể hiện các module mà ứng dụng sẽ sử dụng trong dự án
rootProject.name
thể hiện module chính trong dự án
build.gradle
buildscript
dependencies
repository
Nơi khai báo và download plugin như jcenter
Clear
Xóa một số task trong gradle
app/build.gradle
các module dành riêng cho app
apply plugin: 'com.android.application'
apply plugin: 'java'
apply plugin: 'com.android.library'
dependencies
khái niêm
Khai báo các thư viện và module trong android
fileTree dependency
khai báo các file jar trong libs sẽ được thêm vào compile classpath
androidTestCompile
Khai báo các thư viện test
compile
Khai báo các thư viện sử dụng