Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.75 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.75 KB

AndroidDevSolndev

Compatibilty and Implementation

  • Android Studio Version
  • AGP Version:
  • Gradle Version:
  • SDK version:
  • APi Version

Problems? Errors

  1. ASCII characters.
    Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This 
    warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory
    
  2. Compatibilty
    Android Gradle plugin version 8.7.0 has an upgrade available. Start the AGP Upgrade Assistant to update this project's AGP version.
    

Basics App Development

Resources

Android SDK Version Attributes

Attribute Determines Affects Development Affects Deployment
compileSdkVersion API features available during development
minSdkVersion Oldest Android version that can run the app
targetSdkVersion Behavior optimizations for specific Android versions