Skip to content

collection of useful resources, tools, tutorials, and best practices for Android development. Whether you are a beginner or an experienced developer, this repo has something to help you build better Android applications.

Notifications You must be signed in to change notification settings

beyound3d/AndroidDevSoln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

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

About

collection of useful resources, tools, tutorials, and best practices for Android development. Whether you are a beginner or an experienced developer, this repo has something to help you build better Android applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published