Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 258 Bytes

android.md

File metadata and controls

8 lines (7 loc) · 258 Bytes

Android

  • Creating avd from command-line
avdmanager create avd -n MyAvdName -d <device-id> -c <sd-card size, e.g. 1000M for 1000MB> -k 'system-images;android-27;google_apis_playstore
;x86'

Refer to avdmanager -h create avd for more help