Screenshots und andere temporäre Dateien werden jetzt nach tmp/ statt ins Projekt-Root geschrieben. tmp/ ist in .gitignore eingetragen. Betrifft android-dev.ps1 Screenshot-Aktion und Skill-Beispiele.
Drei Copilot-Skills für den Android-Workflow: - android-build: Gradle-Build, bekannte Issues (OneDrive, stderr) - android-emulator: AVD-Verwaltung, Boot-Handling, S24Ultra_API35 - android-device: Physisches Gerät (Samsung S24 Ultra), USB/Wireless ADB Zentrales PowerShell-Skript android-dev.ps1 mit 13 Aktionen: build, clean, clean-build, emulator-start/stop, install-emulator/device, launch, deploy-emulator/device, logcat, devices, screenshot. Getestet: build, deploy-emulator, screenshot, emulator-stop.