UsbSerial icon indicating copy to clipboard operation
UsbSerial copied to clipboard

Fix the gradle for library sources

Open D4no0 opened this issue 5 years ago • 2 comments
trafficstars

It seems that you currently are using eclipse for building the library. When importing the project to android studio it doesn't work. Judging by the structure it seems to be some kind of outdated version of configuration or a eclipse specific one.

D4no0 avatar Jun 30 '20 10:06 D4no0

It's an Android Studio project since 2015. Maybe it's because problems with a particular version of Gradle?

felHR85 avatar Jun 30 '20 11:06 felHR85

Hi!

as seen in this video https://www.youtube.com/watch?v=QHa6HWTmQFs&t=28s I added the following in the build.gradle allprojects { repositories { google() jcenter() maven { url "https://jitpack.io"} } } it compiles now

RacingMat avatar Aug 22 '20 10:08 RacingMat