Fix TWA Compile Error

Заказчик: AI | Опубликовано: 28.10.2025

After updating my Android SDK the project that wraps our web app in a Trusted Web Activity no longer builds. Android Studio now throws a compile-time error linked to the TWA integration, so the APK generation halts before it even reaches install or run. I’ll give you the current Git repo, the precise SDK version I moved to, and the full Gradle output. Your task is to trace the root cause of the compile failure, modify the code or build setup so it compiles cleanly again, and briefly explain what changed so I can avoid the issue in future upgrades. Deliverable: a pull request (or patch) that lets me hit “Build > Make Project” in Android Studio with zero errors, plus a short note outlining the fix.