Android-Serialport icon indicating copy to clipboard operation
Android-Serialport copied to clipboard

demo为什么跑不起来 编译器2024.1.1,怎么改都是报这个错误,

Open Xxj-star opened this issue 1 year ago • 1 comments

image image

image

Xxj-star avatar Aug 13 '24 07:08 Xxj-star

解决办法:

dependencies {
    // implementation project(path: ':serialport')
    implementation 'io.github.xmaihh:serialport:2.1.1'
}

或者使用 v2.1.1的源码,https://github.com/xmaihh/Android-Serialport/releases/tag/v2.1.1

xmaihh avatar Aug 13 '24 09:08 xmaihh