on 24 Nov 2022 11:07 PM
The top-level build.gradle file is located in the root project directory (in the Android project view it is in the Gradle Scripts section), defines build configurations that apply to all modules in your project. This specific file is where the code snippet in the Dynatrace WebUI to instrument your app with the Android agent is REQUIRED to go.
When opening the project in Android Studio, in the Android view (Left pane), there is a Gradle Scripts section. Inside, there is a file called build.gradle (Project: <ProjectName>):
if you need to check the version: https://community.dynatrace.com/t5/Troubleshooting/How-to-check-the-used-Gradle-Version/ta-p/199005
If you need to check the application build module: https://community.dynatrace.com/t5/Troubleshooting/What-and-where-is-the-application-module-build-gr...
Great Tip @yngwie_lucero