I am playing some Android development and am trying to debug the application via Eclipse on my phone (HTC) with internet access by means of USB tethering because I can’t get 3g connection where I am developing and there is no wifi.
I can run the app ok on the phone, but as it requires HTC Sync to be running I am unable to use the internet connection from my computer, is there a way?
I am playing some Android development and am trying to debug the application via
Share
Usually android needs the adb to debug devices and afaik adb needs USB connection.
Other ways would be ACRA and BugSense