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
86
CameraX使ってみた
takuji31
0
230
kotlinx.datetime 使ってみた
takuji31
0
740
HiltのCustom Componentについて
takuji31
0
290
java.timeをAndroidで使う
takuji31
0
140
KSPを使ってコード生成
takuji31
0
380
Kotlin Symbol Processing API (KSP) を使って Kotlin ア プリケーションの開発を効率化する
takuji31
1
2.8k
kotlinx.serialization
takuji31
0
620
kanmoba-returns-02.pdf
takuji31
0
240
Other Decks in Technology
See All in Technology
Intro to Software Startups: Spring 2025
arnabdotorg
0
250
AI時代の大規模データ活用とセキュリティ戦略
ken5scal
0
100
Findy Freelance 利用シーン別AI活用例
ness
0
490
2時間で300+テーブルをデータ基盤に連携するためのAI活用 / FukuokaDataEngineer
sansan_randd
0
150
LTに影響を受けてテンプレリポジトリを作った話
hol1kgmg
0
360
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
700
20250807_Kiroと私の反省会
riz3f7
0
220
MCP認可の現在地と自律型エージェント対応に向けた課題 / MCP Authorization Today and Challenges to Support Autonomous Agents
yokawasa
5
2.3k
風が吹けばWHOISが使えなくなる~なぜWHOIS・RDAPはサーバー証明書のメール認証に使えなくなったのか~
orangemorishita
15
5.7k
Eval-Centric AI: Agent 開発におけるベストプラクティスの探求
asei
0
120
【新卒研修資料】数理最適化 / Mathematical Optimization
brainpadpr
27
13k
AI関数が早くなったので試してみよう
kumakura
0
290
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Designing for humans not robots
tammielis
253
25k
Building an army of robots
kneath
306
45k
Site-Speed That Sticks
csswizardry
10
770
Building Adaptive Systems
keathley
43
2.7k
A Tale of Four Properties
chriscoyier
160
23k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
880
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!