13
12

More than 5 years have passed since last update.

Android のAPIレベルとバージョンコードを思い出す時のメモ

Last updated at Posted at 2014-05-12

覚えられないのでメモにしておく

バージョン APIレベル バージョンコード
4.4 19 KITKAT
4.3 18 JELLY_BEAN_MR2
4.2, 4.2.2 17 JELLY_BEAN_MR1
4.1, 4.1.1 16 JELLY_BEAN
4.0.3, 4.0.4 15 ICE_CREAM_SANDWICH_MR1
4.0, 4.0.1, 4.0.2 14 ICE_CREAM_SANDWICH
3.2 13 HONEYCOMB_MR2
3.1.x 12 HONEYCOMB_MR1
3.0.x 11 HONEYCOMB

minSdkVersion の指定

サポートのリソースをあまりさけないアプリ => 16

:star: 性能を要求されるような重い処理をするなら最新端末だけ対応するこの指定でも良いかな(国内)

少しサポートできる => 15

:exclamation: 2.3 系からのアップデートされた端末もあり(国内)、動作に癖があるので注意

ユーザーをがっつり取りに行く => 好きにしてください

あとがき

  • グロースハッカー消えてー :angry:
13
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
12