I need to implement a new tool on my app and that tool requires a external lib. When i sync the project with a new lib in gradle i got a Cannot Resolve Symbol.
And that is the external lib whos i want:
implementation 'com.vwo:mobile:2.5.0@aar'
After simulating the error, even removing the lib I can no build the project. The error continues. And i need to get a backup and do all again. I've used this library on other projects and never had this problem
Any help?