I updated Gradle and it stopped seeing two third-party libraries that were added via " File dependency " (i.e., are in the libs / project of my project).

Already cleaned the cache. Did a rebuild and clear. Nothing helped.

In dependencies they are registered. I do not know how to solve this problem. Yesterday everything worked well, but today after the update everything is broken. ps Before updating, I also installed junit and created a project in IntelliJ IDEA It is visible that libraries are present

Singled out

Does not see the library

  • So they are yours and are connected in the 'android' module, and you want to use it in the 'core' module - woesss
  • @woesss in the module "core" is registered dependency {compile files ('build / libs / App42MultiPlayerGamingSDK.jar')} - Locko
  • @woesss thanks for the tip. There were no libraries (in the build folder). I just don’t understand why everything worked before ... but today everything broke, although I didn’t climb and didn’t delete anything - Locko
  • There should be no libraries in the build folder — files are generated there during the build, and Rebuild and Clear clean it up. - woesss
  • @woesss then I'm at a dead end. I do not know how to return everything to working condition. But when I moved the jar files, it helped ... - Locko

0