UsbSerial
UsbSerial copied to clipboard
Fix the gradle for library sources
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.
It's an Android Studio project since 2015. Maybe it's because problems with a particular version of Gradle?
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