Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
AndroidAppBundleを使ってみました
Search
higekick
July 22, 2018
Programming
0
570
AndroidAppBundleを使ってみました
APKのファイルサイズを小さくして配布できるというAAPを使ってみました
higekick
July 22, 2018
Tweet
Share
More Decks by higekick
See All by higekick
Flutter入門体験記
higekick
0
400
つやまっぷ
higekick
0
88
Other Decks in Programming
See All in Programming
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
110
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
230
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
240
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
980
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.1k
GraphRAGの仕組みまるわかり
tosuri13
8
490
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
270
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
570
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
200
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
810
Is Xcode slowly dying out in 2025?
uetyo
1
210
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
490
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
930
A Modern Web Designer's Workflow
chriscoyier
694
190k
Rails Girls Zürich Keynote
gr2m
94
14k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Automating Front-end Workflow
addyosmani
1370
200k
Why You Should Never Use an ORM
jnunemaker
PRO
57
9.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Why Our Code Smells
bkeepers
PRO
337
57k
A better future with KSS
kneath
239
17k
Building an army of robots
kneath
306
45k
Transcript
1 / 8 Make our Apk small with Android App
Bundle ikegami@higekick
2 / 8 Android App Bundle ? • Google I/O
2018 で発表された新しいアプリ配 布形式 • ユーザー毎の言語、画面密度、 CPU に応じた apk が配布される → サイズが大幅に削減される
3 / 8 How to use App Bundle • Android
Studio 3.2 CANARY • Gradle classpath 'com.android.tools.build:gradle:3.2.0-alpha15' distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip That's it! 基本的には Android Studio3.2 でビルドするだけ!
4 / 8 Build
5 / 8 bundle.aab
6 / 8 Internal Test Track
7 / 8 Internal Test Track
8 / 8 How much decrease? Amazing! 61.6% も削減! ↑
前の apk