Reputation: 188
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'.
Upvotes: 0
Views: 358