User Tools

Site Tools


android:gradle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android:gradle [2013/07/29 22:55] – [Gradle build script example] percyandroid:gradle [2016/05/05 13:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Android Gradle ====== ====== Android Gradle ======
 +Briefly,Android Gradle is a new build system,and we can assume it is used to replace the ant build system.From the Google official post,it can be integrated with the IDE easily,such as Android Studio.
 +And the Gradle script is written with Groovy([[wp>Groovy_(programming_language)]]).
 +
 +Also it will provide a flexible way for customization, for different product but the same source codebase, for different build(debug,release,buildType,Product flavor),and of course it support  obfuscates the source code with proguard.
 +
 +Anyway,I hope it will be continuely improved,developed,and driven by Google. 
  
 ===== What's Gradle ===== ===== What's Gradle =====
/var/www/dokuwiki/wiki/data/attic/android/gradle.1375109743.txt.gz · Last modified: 2016/05/05 13:06 (external edit)