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
130
kotlinx.datetime 使ってみた
takuji31
0
470
HiltのCustom Componentについて
takuji31
0
230
java.timeをAndroidで使う
takuji31
0
91
KSPを使ってコード生成
takuji31
0
340
Kotlin Symbol Processing API (KSP) を使って Kotlin ア プリケーションの開発を効率化する
takuji31
1
1.1k
kotlinx.serialization
takuji31
0
570
kanmoba-returns-02.pdf
takuji31
0
200
AndroidXとKotlin Coroutines
takuji31
0
350
Other Decks in Technology
See All in Technology
Fraxinus00tw assembly manual
fukumay
0
110
役員・マネージャー・著者・エンジニアそれぞれの立場から見たAWS認定資格
nrinetcom
PRO
4
6.1k
OSS構成管理ツールCMDBuildを使ったAWSリソース管理の自動化
satorufunai
0
650
MIMEと文字コードの闇
hirachan
2
1.4k
IAMポリシーのAllow/Denyについて、改めて理解する
smt7174
2
210
Ruby on Railsで持続可能な開発を行うために取り組んでいること
am1157154
3
160
偏光画像処理ライブラリを作った話
elerac
1
170
OCI Success Journey OCIの何が評価されてる?疑問に答える事例セミナー(2025年2月実施)
oracle4engineer
PRO
2
160
遷移の高速化 ヤフートップの試行錯誤
narirou
6
1.2k
サイト信頼性エンジニアリングとAmazon Web Services / SRE and AWS
ymotongpoo
7
1.6k
設計を積み重ねてシステムを刷新する
sansantech
PRO
0
170
Snowflake ML モデルを dbt データパイプラインに組み込む
estie
0
100
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
298
20k
We Have a Design System, Now What?
morganepeng
51
7.4k
The Cult of Friendly URLs
andyhume
78
6.2k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Done Done
chrislema
182
16k
Docker and Python
trallard
44
3.3k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
The Invisible Side of Design
smashingmag
299
50k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
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!