[arquillian-issues] [JBoss JIRA] (ARQ-1534) There is no way how to set server port of Android Debug Bridge

Karel Piwko (JIRA) jira-events at lists.jboss.org
Fri Oct 11 04:11:03 EDT 2013


Karel Piwko created ARQ-1534:
--------------------------------

             Summary: There is no way how to set server port of Android Debug Bridge
                 Key: ARQ-1534
                 URL: https://issues.jboss.org/browse/ARQ-1534
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Extension - Droidium
    Affects Versions: droidium_1.0.0.Alpha2
            Reporter: Karel Piwko


*Given*:

I have Android tooling installed in Eclipse/JBDS.

*When:*

I use Droidium in tests fro IDE.

*Expect*:

No having any errors in DDMS output in IDE.

*Additional information*:
It looks like that the problem is that Droidium does not allow to set android bridge server port and hence DDMS is already connected to given port. This leads to various errors logged, as DDMS is not prepared to handle external process changing it's environment on the fly.

See AndroidDebugBridge.determineAndValidateAdbPort() method for more details. While Drodium allows you to change adbPort for running emulator, it always runs the bridge on default port 5037.

We need a way how to change this server port in Droidium configuration.




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list