AndroidSerialPort icon indicating copy to clipboard operation
AndroidSerialPort copied to clipboard

Could not resolve com.github.kongqw:AndroidSerialPort:1.0.1.

Open Lulixue opened this issue 6 years ago • 2 comments

Hi @kongqw,你好

添加了maven

allprojects { repositories { google() jcenter() maven { url "https://jitpack.io" } } }

还是报错:

ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.kongqw:AndroidSerialPort:1.0.1. Show Details

jitpack上是不是删除?

Lulixue avatar Aug 11 '19 08:08 Lulixue

同样的错误

privateAss avatar Aug 17 '21 09:08 privateAss

implementation 'com.github.isilent-me:AndroidSerialPort:1.0.2' 你可以用这个来代替。它修复了在JitPack上构建失败的问题。

implementation 'com.github.isilent-me:AndroidSerialPort:1.0.3' 你也可以用这个。它合并了其他开发人员的一些新特性。

例如:

  1. 适配AndroidX
  2. 打开串口时支持flags
  3. 增加接收数据睡眠时间

isilent-me avatar Sep 23 '22 03:09 isilent-me