Do I need to uses always the last targetSdkVersion?

前端 未结 3 1182
醉梦人生
醉梦人生 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 09:02

    If you want to develop applications for an older version, it is not a good idea. You can always check what the most used version is and make your application against that version. In some cases it is needed to use the latest version because some functionality is not yet implemented in an older version.

提交回复
热议问题