mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-28 04:17:44 +00:00
Add support for ADB server environment variables (#96)
* support ADB env vars for configuring the server connection * update startADBServer to use common adb socket params * use adbSocket config value to set adb host and port * make sure env var values are trimmed * pretty-print launch args and env vars * use adb socket host for JDWP connections * allow JDWP port to be fixed * include the command detail in adb command failures * configure adb socket and jdwp port parameters for attach configs * bump version 1.3.0
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
### version 1.3.0
|
||||
* Support `ADB_SERVER_SOCKET`, `ANDROID_ADB_SERVER_ADDRESS` & `ANDROID_ADB_SERVER_PORT` env vars when connecting to ADB.
|
||||
* Replace `adbPort` configuration option with a new `adbSocket` value to allow ADB server host to be overidden. (`adbPort` is now deprecated).
|
||||
* Allow the JDWP local port to be fixed using a new `jdwpPort` configuration option.
|
||||
|
||||
### version 1.2.1
|
||||
* Java Intellisense: automatically import dependencies of AndroidX libraries.
|
||||
* Debugger: Warn about open instances of Android Studio
|
||||
|
||||
Reference in New Issue
Block a user