lviggiani
lviggiani

Reputation: 6086

Android API level requirements

I've just downloaded the android sdk tools and launched "android" to install API packages. By default it offers to install API level 19 which is fine to me. However, if later I'll want to develop an app with a lower API target (i.e. API 16) will I need to download that API as well or will API 19 be enough to compile for a previous target? Thanks.

Upvotes: 1

Views: 75

Answers (1)

gandharva
gandharva

Reputation: 691

You will need to download the target API

Upvotes: 3

Related Questions