Joe Roskopfblog.joetr.com·Apr 12, 2023Profiling Android Builds With Gradle ProfilerIf you're working on an Android project, you know that building your app can take a long time, especially as your codebase grows. Gradle is the build system that Android Studio uses, and it's responsible for compiling your code, generating your APK, ...433 readsAndroid