Do I need to uses always the last targetSdkVersion?

前端 未结 3 1185
醉梦人生
醉梦人生 2021-01-04 08:16

Simple question: In Eclipse \"New Android project\" command always tries to uses last available sdk. Is it always a good idea?

UPDATE:

I try

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-04 08:48

    You can read more about it here: http://developer.android.com/guide/topics/manifest/uses-sdk-element.html

    But you should almost always have target as the latest and then change minimum to the oldest you want.

提交回复
热议问题