An online tool to show Android Java/AIDL files api changes between different android inner versions
Install or upgrade the global CLI:
npm install --global android-api-diff@latestThen, from the root of a project that needs Android API inspection, install its release-matched Codex Skill:
android-api-diff skill installThe Skill is project-scoped by default. Global installation is an explicit opt-in. CLI and Skill lifecycles remain separate:
android-api-diff skill install --skill-scope global
android-api-diff skill remove