Build environment updates for AGDK samples#119
Conversation
Updates the gradle/AGP/AGDK/dependency versions of the ADPF, game controller and game mode samples to bring them up to date (matching AGDKTunnel). Updated README to reflect target Android Studio version. Minor compile fix for compatibility with current implot.
There was a problem hiding this comment.
Code Review
This pull request updates several AGDK samples (adpf, game_controller, and game_mode) to modern build configurations, including upgrades to Android SDK 37, NDK 29, Gradle 9.4.1, AGP 9.2.1, and various AndroidX dependencies, alongside updating ImPlot drawing calls in demo_scene.cpp. Feedback highlights a potential crash in demo_scene.cpp when plotting empty graph buffers, and recommends removing the obsolete android.uniquePackageNames property from gradle.properties across all samples to prevent build configuration issues with the upgraded AGP version.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Updates the gradle/AGP/AGDK/dependency
versions of the ADPF, game controller and
game mode samples to bring them up to date
(matching AGDKTunnel).
Updated README to reflect target Android Studio
version.
Minor compile fix for compatibility with
current implot.