Android Introduction

Android Version

Version API level Release date
Android 11 30 September 2020
Android 10.0 29 September 2019
Android 9 28 August 2018
Android 8.1 27 December 2017
Android 8.0 26 August 2017
Android 7.1 25 October 2016
Android 7.0 24 August 2016
Android 6.0 23 October 2015
Android 5.1 22 March 2015
Android 5.0 21 October 2014

参考

开源

LineageOS

硬件设备

headset

Pixel densities

Density qualifier Description
ldpi Resources for low-density (ldpi) screens (~120dpi).
mdpi Resources for medium-density (mdpi) screens (~160dpi). (This is the baseline density.)
hdpi Resources for high-density (hdpi) screens (~240dpi).
xhdpi Resources for extra-high-density (xhdpi) screens (~320dpi).
xxhdpi Resources for extra-extra-high-density (xxhdpi) screens (~480dpi).
xxxhdpi Resources for extra-extra-extra-high-density (xxxhdpi) uses (~640dpi).

参考

Android Studio Version

Version Release date
Arctic Fox July 2021
4.2 May 2021
4.1 Oct 2020
4.0 May 2020
3.6 February 2020
3.5 August 2019
3.4 April 2019
3.3 January 2019

配置 Android Studio

环境变量 Environment variables

ANDROID_SDK_ROOT

Sets the path to the SDK installation directory. Once set, the value does not typically change, and can be shared by multiple users on the same machine. ANDROID_HOME, which also points to the SDK installation directory, is deprecated.

ANDROID_EMULATOR_HOME

Sets the path to the user-specific emulator configuration directory.

default location of the emulator configuration directory is $ANDROID_PREFS_ROOT/.android/.

ANDROID_AVD_HOME

Sets the path to the directory that contains all AVD-specific files, which mostly consist of very large disk images. The default location is $ANDROID_EMULATOR_HOME/avd/. You might want to specify a new location if the default location is low on disk space.

参考

Layouts