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 Updates - Learn Languages 2025
koher
2
470
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
230
Kiroで始めるAI-DLC
kaonash
2
580
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
730
Navigating Dependency Injection with Metro
zacsweers
3
240
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
580
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.2k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.4k
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
420
はじめてのMaterial3 Expressive
ym223
2
260
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
210
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
420
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
4k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Done Done
chrislema
185
16k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Building Adaptive Systems
keathley
43
2.7k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Making Projects Easy
brettharned
117
6.4k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Visualization
eitanlees
148
16k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
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