Home > front end >  Can't Resolve Libraries on Android studio
Can't Resolve Libraries on Android studio

Time:02-17

I need to implement design Library

My Project Can't resolve any of .support Libraries or any android libraries only Accept androidx Libraries This Image Show the Problem

CodePudding user response:

The Answer is Go the Refactor -> Migrate to AndroidX and it will automatically Solve the Problem.

  • Related