Android Game Development Extension for Visual Studio support
https://developer.android.com/games/agde
Android Game Development Extension for VS was released a few days ago with a reverse approach to building Android games than the classic one, e.g. the project is compiled by MSBuild, which also calls Gradle to build the final .apk.
I am currently trying to figure out if the current Android support will allow to use the new approach via AGDE and even if the builtin VS CMake support allows to build and run/debug the app directly from within VS.
I however feel that CMake will need to be taught to support the AGDE workflow with new features.