skills/smithery.ai/android-version-adaptation

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

  1. Update compileSdkVersion: Always compile with the latest SDK to access new APIs.
  2. Update targetSdkVersion Incrementally: Update one version at a time (e.g., 30 -> 31 -> 32) and test thoroughly.
  3. Review Changes: Check "Behavior changes: all apps" and "Behavior changes: apps targeting Android X" for the specific version.
  4. Test: Test on emulators or real devices running the target version.

📱 Version-Specific Changes

Android 15 (API 35) - Vanilla Ice Cream

Ref: Official Android 15 Migration Guide

Installs
1
First Seen
Apr 9, 2026
android-version-adaptation from smithery.ai