Changing default port (i.e. 5037) on which adb server runs

后端 未结 4 1281
借酒劲吻你
借酒劲吻你 2020-11-28 11:54

I am a budding android developer and if there is no easy way of configuring the adb server to run on another port then the inflexibility of the tools will force me

4条回答
  •  再見小時候
    2020-11-28 12:20

    In Windows, go to Environment Variables – Add a new one called ANDROID_ADB_SERVER_PORT and set it to whatever you want, I've set to 5038.

    Should look like this:

    Solved it for me.

提交回复
热议问题