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
410
つやまっぷ
higekick
0
89
Other Decks in Programming
See All in Programming
Swift Concurrency - 状態監視の罠
objectiveaudio
2
510
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
0
220
Devoxx BE - Local Development in the AI Era
kdubois
0
120
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
300
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
190
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
30k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
290
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
4.9k
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
10
6.6k
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
2
170
Advance Your Career with Open Source
ivargrimstad
0
480
[Kaigi on Rais 2025] 全問正解率3%: RubyKaigiで出題したやりがちな危険コード5選
power3812
0
100
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Building an army of robots
kneath
306
46k
Building Adaptive Systems
keathley
43
2.8k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
The Invisible Side of Design
smashingmag
301
51k
Optimizing for Happiness
mojombo
379
70k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
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