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
750
Android Emulator Tips
Takuji Nishibayashi
January 27, 2016
Tweet
Share
More Decks by Takuji Nishibayashi
See All by Takuji Nishibayashi
CameraX使ってみた
takuji31
0
140
kotlinx.datetime 使ってみた
takuji31
0
480
HiltのCustom Componentについて
takuji31
0
230
java.timeをAndroidで使う
takuji31
0
94
KSPを使ってコード生成
takuji31
0
340
Kotlin Symbol Processing API (KSP) を使って Kotlin ア プリケーションの開発を効率化する
takuji31
1
2.2k
kotlinx.serialization
takuji31
0
580
kanmoba-returns-02.pdf
takuji31
0
200
AndroidXとKotlin Coroutines
takuji31
0
350
Other Decks in Technology
See All in Technology
サバイバルモード下でのエンジニアリングマネジメント
konifar
23
7.5k
マルチアカウント環境における組織ポリシーについて まとめてみる
nrinetcom
PRO
2
110
AIエージェント入門
minorun365
PRO
34
20k
Cracking the Coding Interview 6th Edition
gdplabs
14
28k
プルリクエストレビューを終わらせるためのチーム体制 / The Team for Completing Pull Request Reviews
nekonenene
3
1.7k
EMConf JP 2025 懇親会LT / EMConf JP 2025 social gathering
sugamasao
2
210
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
2
1.6k
QAエンジニアが スクラムマスターをすると いいなぁと思った話
____rina____
0
170
どうすると生き残れないのか/how-not-to-survive
hanhan1978
2
520
RayでPHPのデバッグをちょっと快適にする
muno92
PRO
0
200
ABWG2024採択者が語るエンジニアとしての自分自身の見つけ方〜発信して、つながって、世界を広げていく〜
maimyyym
1
230
クラウド関連のインシデントケースを収集して見えてきたもの
lhazy
9
2k
Featured
See All Featured
How to Ace a Technical Interview
jacobian
276
23k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7.1k
Building a Scalable Design System with Sketch
lauravandoore
461
33k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
The Pragmatic Product Professional
lauravandoore
32
6.4k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
BBQ
matthewcrist
87
9.5k
Thoughts on Productivity
jonyablonski
69
4.5k
The Language of Interfaces
destraynor
156
24k
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!