Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Lulixue opened this issue Aug 11, 2019 · 2 comments
Open

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

Lulixue opened this issue Aug 11, 2019 · 2 comments

Comments

@Lulixue
Copy link

Lulixue commented Aug 11, 2019

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上是不是删除?

@privateAss
Copy link

同样的错误

@isilent-me
Copy link

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

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

例如:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants