Android/Build Settings: Difference between revisions

From Fundamental Ramen
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:...")
 
Line 1: Line 1:
= Versions =
= How to config versions =
* buildToolsVersion: Use the latest.
# buildToolsVersion: Use the latest.
* support library: https://developer.android.com/topic/libraries/support-library/packages#v7-appcompat
# support library: https://developer.android.com/topic/libraries/support-library/packages#v7-appcompat
* compileSdkVersion:  
# compileSdkVersion:  
* targetSdkVersion: <= compileSdkVersion
# targetSdkVersion: <= compileSdkVersion
* minSdkVersion: <= targetSdkVersion
# minSdkVersion: <= targetSdkVersion

Revision as of 06:25, 21 August 2018

How to config versions

  1. buildToolsVersion: Use the latest.
  2. support library: https://developer.android.com/topic/libraries/support-library/packages#v7-appcompat
  3. compileSdkVersion:
  4. targetSdkVersion: <= compileSdkVersion
  5. minSdkVersion: <= targetSdkVersion