• Latest Articles
  • Article Archive
  • About Us
Other Links
Copyright © 2024 Surfin Cloud Inc.
All rights reserved.

Articles under the 'Gradle' tag

Android Custom Gradle Plugin Statistics Task Time-Consuming

1. forewordWhen we use Gradle to build tasks, we sometimes want to count the time consumption of each task, so as to find out the running time of each task and whether there is room for optimization. train of thought1.Custom Gradle plugins2.Use Listener to monitor3.Register Listener in custom Gradle ... More >>
2023-06-26 Listener / Android / Gradle
1