0

I've just built my project in Android Studio and now it doesn't see my imports in MainActivity class. It worked before. These classes that I want to import are in the library folder. Do I need to change something in the Gradle files?

Error:

Cannot resolve symbol 'TSChannel'.
Graipher
  • 6,891
  • 27
  • 47
kosteklvp
  • 147
  • 2
  • 16

1 Answers1

2

As it says here You should insert the jar, right click and select Add As Library... and Check it in build.gradle.

Guy Luz
  • 3,372
  • 20
  • 43