The document discusses the differences between compile SDK, minimum SDK, and target SDK versions defined in an Android app's build.gradle file. The minimum SDK refers to the oldest Android version the app will run on. The target SDK is the version the app is tested against, and indicates awareness of behavior changes in newer versions. The compile SDK is the version used to compile the app code and determines which new APIs can be used. It is recommended to set all three to the latest possible versions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
17 views8 pages
Transcript
The document discusses the differences between compile SDK, minimum SDK, and target SDK versions defined in an Android app's build.gradle file. The minimum SDK refers to the oldest Android version the app will run on. The target SDK is the version the app is tested against, and indicates awareness of behavior changes in newer versions. The compile SDK is the version used to compile the app code and determines which new APIs can be used. It is recommended to set all three to the latest possible versions.