Create a local gradle application on a remote server in Android Studio

The size of my current project, including dependencies, is growing all the time, which means that now it takes about 2 minutes on my local machine to create the current gradle build .

We already have a CI system that is built on clicks, but there is also a way to use cloud resources to create a local version and return it to a local machine for testing and debugging in an emulator or connected device

Yes, the solution will be to buy a faster PC, but it does not scale very well, as our engineering team is constantly growing. Thus, renting a cloudserver that does the hard work of the CPU will be very economical.

+6
source share

All Articles