Android EmulatorTips@takuji31
View Slide
@takuji31(Takuji Nishibayashi)
(AVG 130 -> 160)
Kotlin
AndroidEmulator Tips
※ not Genymotion
Needs to access web serveron host machine
Access 10.0.2.2
Needs emulatenetwork state
Use -netspeed and-netdelay options
Use -netspeed and -netdelayoptions# 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 # 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 architectureonly
Use emulator with Jenkins
Use Android Emulatorplugin
But …
Not work with latestAndroid SDK tools
More tips
see. http://developer.android.com/intl/ja/tools/devices/emulator.html
Emulator is too slow yet!
Use Genymotion!
EnjoyAndroidemulator life!