ThisGuyKnowsCode
ThisGuyKnowsCode

Reputation: 531

AWS Device Farm app doesn't list any devices

I'm attempting to manually test and debug apps from Android Studio in my AWS WorkSpace using AWS Device Farm. I downloaded the Device Farm app, and followed all of the instructions, but no devices are showing up in the list when I'm trying to create a new remote debugging session. My workspace is in us-east-1 and the device farm is in us-west-2, but I don't think that matters since I got the same behavior from my laptop. Any ideas I can try out?

Upvotes: 2

Views: 549

Answers (1)

jzthinkgeek
jzthinkgeek

Reputation: 169

the Device Farm app is for Direct Device Access(DDA) which is only available to private devices.

You can find more information about private device at this link: https://aws.amazon.com/device-farm/pricing/#privateDevices

Upvotes: 3

Related Questions