- Android Studio Version
- AGP Version:
- Gradle Version:
- SDK version:
- APi Version
- 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
- Compatibilty
Android Gradle plugin version 8.7.0 has an upgrade available. Start the AGP Upgrade Assistant to update this project's AGP version.
Resources
- Delete
- Rename 1.
- Folder and File Structure in file explorer:
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 | ✅ | ❌ |