Android/Build Settings: Difference between revisions
< Android
Jump to navigation
Jump to search
(Created page with "= Versions = * buildToolsVersion: Use the latest. * support library: https://developer.android.com/topic/libraries/support-library/packages#v7-appcompat * compileSdkVersion:...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
= | = How to config versions = | ||
# buildToolsVersion: Use the latest. | |||
# support library: https://developer.android.com/topic/libraries/support-library/packages#v7-appcompat | |||
# compileSdkVersion: Use the major version of support library. | |||
# targetSdkVersion: <= compileSdkVersion | |||
# minSdkVersion: <= targetSdkVersion | |||
Latest revision as of 06:27, 21 August 2018
How to config versions
- buildToolsVersion: Use the latest.
- support library: https://developer.android.com/topic/libraries/support-library/packages#v7-appcompat
- compileSdkVersion: Use the major version of support library.
- targetSdkVersion: <= compileSdkVersion
- minSdkVersion: <= targetSdkVersion