Skip to content

v1.3.2

Compare
Choose a tag to compare
@yimelia yimelia released this 22 Nov 06:47
· 47 commits to master since this release
  1. 【重要】ADB升级至41版本,与之前的ADB版本不兼容,请注意保证系统环境中所有的ADB版本一致,否则可能会导致无法连接设备
  2. iOS模块新增一个Error类型,LocalDeviceError,部分接口只有本地USB连接的iOS设备才可以用,远程设备将会抛出这个异常。因此若有需要,可以catch住这个异常,并对远程设备做一些额外的兼容和处理。
  3. 更新了yosemite.apk,对一些设备的兼容性更好
  4. 修复了一些其他问题

  1. [Important] ADB has been upgraded to version 41, which is incompatible with previous ADB versions. Please ensure that all ADB versions in the system environment are consistent, otherwise the device may not be connected.
  2. The iOS module adds a new Error type, LocalDeviceError. Some interfaces can only be used by local USB-connected iOS devices, and the remote device will throw this exception. Therefore, if necessary, you can catch this exception and do some additional compatibility and processing for the remote device.
  3. Updated yosemite.apk to have better compatibility with some devices
  4. Fixed some other issues