I just gathered here commands I need for development:
List all your emulators:
emulator -list-avds
Run one of the listed emulators:
emulator @nameofyouremulator
where
emulator
is under:${ANDROID_SDK}/tools/emulator
To deploy on specific device use:
- Target specification. This includes
--emulator
,--device
, or--target=<targetID>
.
Ei kommentteja:
Lähetä kommentti