I want to test a specific app-how do I set it up during the free trial?
✅ YES Request the free trial, then create a cloud device, upload your APK via the “File Upload” feature, and launch it with ADB or the web console. Free trial activation File upload documentation
1. Click “Request Trial” on the SaaS dashboard, choose Individual (60 minutes, 2 devices) or Enterprise (1000 minutes, 10 devices) and submit the form.
2. After approval, open the Genymotion SaaS console, click “Create Device”, select an appropriate Android version (ARM64 if needed).
3 . In the device view, use the Upload APK button (or drag‑and‑drop) to sideload your app; the device will install it automatically.
4 . Connect via the built‑in ADB terminal or your local ADB (gmsaas device adb <device-id>) to run tests, debug, or interact with the app.
Would you like tips on automating your tests with the Genymotion CLI during the trial?