android-version-adaptation
Installation
SKILL.md
Android Version Adaptation Guide
This skill provides a comprehensive checklist and solution guide for adapting Android applications to newer Android versions, ranging from Android 8.0 (Oreo) to Android 15 (Vanilla Ice Cream).
🚀 Adaptation Strategy
- Update
compileSdkVersion: Always compile with the latest SDK to access new APIs. - Update
targetSdkVersionIncrementally: Update one version at a time (e.g., 30 -> 31 -> 32) and test thoroughly. - Review Changes: Check "Behavior changes: all apps" and "Behavior changes: apps targeting Android X" for the specific version.
- Test: Test on emulators or real devices running the target version.