Bruce Yu
Bruce Yu

Reputation: 3

Could I debug Android app from remote server?

In our company, we could not access the code from our PC(IP:10.127.10.38), the codes are in a remote Linux server, there are connective. I have read how to debug an app from local adt(here). But when I choose an VM from PC's ddms and trying to connect the 8700 port from remote Linux server, it always prompt "Faild to connect to remote VM. Connection refused". I want to know if I could do that remote debug in my remote Linux server.

Upvotes: 0

Views: 238

Answers (1)

Deepanshu J bedi
Deepanshu J bedi

Reputation: 1530

yes you can debug remotely and this link contains step by step tutorial to debug remotely.

step by step tutorial to debug android app remotely

Maybe this can help

Upvotes: 1

Related Questions