zhouzhongyuan / qa

Questions recods
MIT License
5 stars 1 forks source link

Android开发常用命令 #14

Open zhouzhongyuan opened 7 years ago

zhouzhongyuan commented 7 years ago

命令

Open SDK Manager

android

开启模拟器选择


android avd

打开某个模拟器


emulator -avd Nexus_6_API_25

Nexus_6_API_25是模拟器名称

zhouzhongyuan commented 7 years ago

DocumentDirectoryPath位置:

The absolute path to the document directory

/data/data/**packageName**/files

Download位置

/storage/sdcard0/Download
zhouzhongyuan commented 7 years ago

SDK software development kit 软件开发工具包

zhouzhongyuan commented 7 years ago
zhouzhongyuan commented 6 years ago

Always on top

First of all be aware that emulator has two different windows that are attached to each other.

  1. Right Click emulator top bar, and set it as always on top
  2. Right Click emulator icon on the dash, and choose "Emulator" this time use shortcut ALT + SPACE to reveal context menu and again choose always on top.

Note : every time you minimizes emulator window, do steps above again.

emulation - How to keep android emulator always on top in ubuntu 14.04 - Stack Overflow