Gradle for Android

suggest change

Introduction

Gradle is a JVM-based build system that enables developers to write high-level scripts that can be used to automate the process of compilation and application production. It is a flexible plugin-based system, which allows you to automate various aspects of the build process; including compiling and signing a .jar, downloading and managing external dependencies, injecting fields into the AndroidManifest or utilising specific SDK versions.

Syntax

* `compileSdkVersion`: The compile SDK version
* `buildToolsVersion`: The build tools version
* `defaultConfig`: The default settings which can been overwritten by flavors and build types
   * `applicationId`: The application id you use e.g. in the PlayStore mostly the same as your package name
   * `minSdkVersion`: The minimal required SDK version
   * `targetSdkVersion`: The SDK version you compile against (should be always the newst one)
   * `versionCode`: The internal version number which needs to be bigger on each update
   * `versionName`: The version number the user can see in the app details page
* `buildTypes`: See somewhere else (TODO)

Remarks

See also

Gradle for Android - Extended documentation:

There is another tag where you can find more topics and examples about the use of gradle in Android.

http://stackoverflow.com/documentation/android-gradle/topics

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Gradle:
* Gradle for Android

Table Of Contents
2 Gradle
5 Intent
17 Service
19 WebView
31 SQLite
35 Glide
37 Dialog
38 ACRA
44 Handler
53 Toast
63 Menu
65 Picasso
70 Volley
71 Widgets
78 Realm
90 Spinner
95 OkHttp
108 TextView
109 ListView
111 Loader
118 Xposed
119 Security
121 ImageView
123 Doze Mode
130 Drawables
131 Colors
134 Fresco
139 AdMob
145 Keyboard
146 Button
150 EditText
155 Vk SDK
163 ExoPlayer
169 XMPP
175 OpenCV
177 Threads
184 ORMLite
186 TabLayout
190 LruCache
192 Zip files
194 Fastlane
199 FileIO
202 Moshi
210 VideoView
216 Paint
218 ProGuard
226 CleverTap
228 ADB shell
229 Ping ICMP
230 AIDL
234 Context
240 JCodec
242 Okio
249 FuseView
254 Looper
261 Fastjson
263 Jackson
267 Smartcard