question

brokenoval avatar image
brokenoval asked Zhanjun DIng commented

How to connect Sandbox Station to PC for debugging?

How do I connect the Sandbox Station to Android Studio for debugging?

Mini has its own connection but the station didn't come with anything. I have tried USB to USB. And I don't seem to be able to set anything up via wifi. What is the recommended solution?

EDIT: I have looked at the Clover Docs here: https://docs.clover.com/build/setup-d...

It explains how to connect to ADB via Wifi, however the Android docs explain that you first have to connect the device via USB - is there any work around? https://developer.android.com/studio/...

Sandbox
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Zhanjun DIng avatar image Zhanjun DIng commented ·

Same issue with me

0 Likes 0 ·

1 Answer

james-cha avatar image
james-cha Deactivated answered brokenoval commented

For the Sandbox Clover Station the tcpip port is preset to 5555. You should be able to connect by using adb connect <device-ip>. The documentation has been updated to reflect this knowledge.

Thank you for bringing it to our attention.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

brokenoval avatar image brokenoval commented ·

Great, thanks James

0 Likes 0 ·

Welcome to the
Clover Developer Community