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
Android Emulator Tips
Search
Takuji Nishibayashi
January 27, 2016
Technology
0
770
Android Emulator Tips
Takuji Nishibayashi
January 27, 2016
Tweet
Share
More Decks by Takuji Nishibayashi
See All by Takuji Nishibayashi
compose-hot-reload を試そうとした話
takuji31
0
90
CameraX使ってみた
takuji31
0
250
kotlinx.datetime 使ってみた
takuji31
0
800
HiltのCustom Componentについて
takuji31
0
290
java.timeをAndroidで使う
takuji31
0
140
KSPを使ってコード生成
takuji31
0
390
Kotlin Symbol Processing API (KSP) を使って Kotlin ア プリケーションの開発を効率化する
takuji31
1
2.9k
kotlinx.serialization
takuji31
0
630
kanmoba-returns-02.pdf
takuji31
0
240
Other Decks in Technology
See All in Technology
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
560
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
10
75k
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
110
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
250
RSCの時代にReactとフレームワークの境界を探る
uhyo
10
3.5k
「Linux」という言葉が指すもの
sat
PRO
4
140
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
1k
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
450
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
1
810
KotlinConf 2025_イベントレポート
sony
1
140
人工衛星のファームウェアをRustで書く理由
koba789
15
8.2k
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
530
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Gamification - CAS2011
davidbonilla
81
5.4k
Optimizing for Happiness
mojombo
379
70k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Embracing the Ebb and Flow
colly
87
4.8k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
Typedesign – Prime Four
hannesfritz
42
2.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Transcript
Android Emulator Tips @takuji31
@takuji31 (Takuji Nishibayashi)
None
(AVG 130 -> 160)
Kotlin
Android Emulator Tips
※ not Genymotion
Needs to access web server on host machine
Access 10.0.2.2
Needs emulate network state
Use -netspeed and -netdelay options
Use -netspeed and -netdelay options # set network speed $
emulator -netspeed gsm # full network speed $ emulator -netspeed full # set network delay $ emulator -netdelay edge # no delay $ emulator -netdelay none
Use emulator console
Use emulator console $ telnet localhost <port> # set network
speed > network speed gsm # set network delay > network delay edge
Emulator is too slow
Use HAXM
run $SDK_ROOT/extras/intel/ Hardware_Accelerated_Execution_Manager/ slient_install.sh
x86 / x86_64 architecture only
Use emulator with Jenkins
Use Android Emulator plugin
But …
None
Not work with latest Android SDK tools
More tips
see. http://developer.android.com/intl/ja/tools/ devices/emulator.html
Emulator is too slow yet!
Use Genymotion!
Enjoy Android emulator life!