Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Develop in the cloud, but Debug Android App on local device over USB over Remote Desktop

I have been able to install Eclipse, with the android SDK, and get my android app to compile, DEBUG and run on a local desktop.

Now I would like to do the same, but over a connection to a remote desktop, basically a server in the cloud.

Any ideas on what is required to do this? I am especially interested in debug.

I have tried just simply connecting the device and enabling it in remote settings. Is there something else I need to enable/install? Is there something I need to configure on the ADB bridge?

like image 394
Lucas B Avatar asked Apr 24 '11 23:04

Lucas B


1 Answers

This app may help:

ADB port forward

like image 110
WoodsLink Avatar answered Sep 23 '22 17:09

WoodsLink