How to use Gradle Managed Devices with your own devices

<p>Google recently introduced a new feature for Android Gradle Plugin,&nbsp;<a href="https://developer.android.com/studio/preview/features#get_started_with_gradle_managed_firebase_test_lab_devices" rel="noopener ugc nofollow" target="_blank">Firebase Test Lab for Gradle Managed Devices</a>. It uses&nbsp;<a href="https://developer.android.com/studio/test/gradle-managed-devices" rel="noopener ugc nofollow" target="_blank">Gradle Managed Devices</a>&nbsp;API to launch tests not on the same machine where Gradle runs, but on a remote virtual or physical device inside&nbsp;<a href="https://firebase.google.com/docs/test-lab" rel="noopener ugc nofollow" target="_blank">Firebase Test Lab</a>&nbsp;(paid feature). In this article, we&rsquo;ll cover its functionality, how we can use our own device farm to launch tests remotely in the same manner as Firebase Test Lab does, and parallelize execution between multiple devices.</p> <h1>Gradle Managed Devices</h1> <p>Initially,&nbsp;<a href="https://developer.android.com/studio/test/gradle-managed-devices" rel="noopener ugc nofollow" target="_blank">Gradle Managed Devices</a>&nbsp;was released to delegate a process of creation, launching, and closing emulators to Android Gradle plugin.</p> <p><a href="https://medium.com/bumble-tech/how-to-use-gradle-managed-devices-with-your-own-devices-750d6709552d"><strong>Read More</strong></a></p>
Tags: Own Devices