SlideShare uma empresa Scribd logo
1 de 24
Baixar para ler offline
http://www.gradlesummit.com
Android’s New Build
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Gradleware
• Build Automation
• Continuous Delivery
• Gradle
• Builds as easy and configurable as possible
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Gradleware Summit
2013
• Santa Clara, CA
• June 13-14th
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Gradle Summit 2013
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
A
B
i
ii
iii
iv
v
X
Y
JOIN JOIN
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
AiX
BiX
AiiX
BiiX
AiiiX
BiiiX
AivX
BivX
AvX
BvX
AiY
BiY
AiiY
BiiY
AiiiY
BiiiY
AivY
BivY
AvY
BvY
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Free
Paid
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Prod
QA
QA
Prod
Free
Prod
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Prod QA
QA
Prod
Free
Paid
QA
ARM x86
x86ARM
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
A/
A/i/
A/i/X/build.xml
A/i/Y/build.xml
A/
A/ii/
A/ii/X/build.xml
A/ii/Y/build.xml
A/
A/iii/
A/iii/X/build.xml
A/iii/Y/build.xml
No.
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
A/
A/i/
pom.xml
A/
A/ii/
pom.xml No.
A/
A/ii/
pom.xml
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Gradle
• Support for
• Product Flavors
• Build Types
• BuildVariant
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Product Flavors
• Free vs. Paid
• Almost every successful application uses
this model
• Source Code + Resource Overlay
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
Build Type
• Debug, Release
• Debug flag
• Proguard Options
• Debug Signing
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
BuildVariant
• ARM, x86
• Many different devices (more than just
mobile)
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.build:gradle:0.2'
}
}
apply plugin: 'android'
android {
target = ‘android-15’
defaultConfig {
versionCode = 12
versionName = “2.0”
}
}
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
android {
defaultConfig {
versionCode = 12
minSdkVersion = 8
}
productFlavors {
free {
packageName = “com.example.myapp.free”
minSdkVersion = 10
}
paid {
packageName = “com.example.myapp.paid”
versionCode = 14
}
}
}
Wednesday, May 15, 13
http://www.gradlesummit.com @gradleware
android {
buildTypes {
debug {
packageNameSuffix = “.debug”
}
staging {
packageNameSuffix = “.staging”
debuggable = true
debugSigned = true
}
}
}
Wednesday, May 15, 13

Mais conteúdo relacionado

Mais procurados

First 2 slides where found
First 2 slides where foundFirst 2 slides where found
First 2 slides where found
zoology1
 
Search Engine Optimization
Search Engine OptimizationSearch Engine Optimization
Search Engine Optimization
club46mass
 

Mais procurados (17)

Bending the rules to build a 3rd party web app
Bending the rules to build a 3rd party web appBending the rules to build a 3rd party web app
Bending the rules to build a 3rd party web app
 
webapp 8/29
webapp 8/29webapp 8/29
webapp 8/29
 
First 2 slides where found
First 2 slides where foundFirst 2 slides where found
First 2 slides where found
 
Week 2
Week 2Week 2
Week 2
 
Adobe Touch Apps
Adobe Touch AppsAdobe Touch Apps
Adobe Touch Apps
 
Search Engine Optimization
Search Engine OptimizationSearch Engine Optimization
Search Engine Optimization
 
EdwardsCPSY8404-9
EdwardsCPSY8404-9EdwardsCPSY8404-9
EdwardsCPSY8404-9
 
Build a webapp la september 6
Build a webapp la september 6Build a webapp la september 6
Build a webapp la september 6
 
FinCon15 - You're Doing It Wrong; 13 Mistakes WordPress Users Make
FinCon15 - You're Doing It Wrong; 13 Mistakes WordPress Users MakeFinCon15 - You're Doing It Wrong; 13 Mistakes WordPress Users Make
FinCon15 - You're Doing It Wrong; 13 Mistakes WordPress Users Make
 
Week4
Week4Week4
Week4
 
How To Succeed In Web Design
How To Succeed In Web DesignHow To Succeed In Web Design
How To Succeed In Web Design
 
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptAutomate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
 
Best job search websites in world
Best job search websites in worldBest job search websites in world
Best job search websites in world
 
Aurelia the next generation java script framework you will love
Aurelia   the next generation java script framework you will loveAurelia   the next generation java script framework you will love
Aurelia the next generation java script framework you will love
 
Early Stage Customer Acquisition (aka: Sales for Engineers)
Early Stage Customer Acquisition (aka: Sales for Engineers)Early Stage Customer Acquisition (aka: Sales for Engineers)
Early Stage Customer Acquisition (aka: Sales for Engineers)
 
The Metric System: Making Correct Performance Measurements.
The Metric System: Making Correct Performance Measurements.The Metric System: Making Correct Performance Measurements.
The Metric System: Making Correct Performance Measurements.
 
Maximes Presentation For Rubyconf China 2009
Maximes Presentation For Rubyconf China 2009Maximes Presentation For Rubyconf China 2009
Maximes Presentation For Rubyconf China 2009
 

Destaque

Expresiones regulares y gramáticas
Expresiones regulares y gramáticasExpresiones regulares y gramáticas
Expresiones regulares y gramáticas
Santiago Ramirez
 

Destaque (10)

Es posible la Revolución Educativa sin la integración de herramientas tecnoló...
Es posible la Revolución Educativa sin la integración de herramientas tecnoló...Es posible la Revolución Educativa sin la integración de herramientas tecnoló...
Es posible la Revolución Educativa sin la integración de herramientas tecnoló...
 
Revolucion educativa
Revolucion educativaRevolucion educativa
Revolucion educativa
 
Expresiones regulares y gramáticas
Expresiones regulares y gramáticasExpresiones regulares y gramáticas
Expresiones regulares y gramáticas
 
Revolucion educativa y beneficios del aprendizaje en la nube
Revolucion educativa y beneficios del aprendizaje en la nubeRevolucion educativa y beneficios del aprendizaje en la nube
Revolucion educativa y beneficios del aprendizaje en la nube
 
Es posible la revolución educativa sin la integración
Es posible la revolución educativa sin la integraciónEs posible la revolución educativa sin la integración
Es posible la revolución educativa sin la integración
 
Significado de la Metodología PACIE
Significado de la Metodología PACIESignificado de la Metodología PACIE
Significado de la Metodología PACIE
 
La Web 2.0: Creación de Contenido Educativo Digital
La Web 2.0: Creación de Contenido Educativo Digital La Web 2.0: Creación de Contenido Educativo Digital
La Web 2.0: Creación de Contenido Educativo Digital
 
Mooc
MoocMooc
Mooc
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & Tricks
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShare
 

Último

Último (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

Mobile macarons