Home > Mobile > Android, rely on the red is added to the studio and the XML can't quote
Android, rely on the red is added to the studio and the XML can't quote
Time:10-05
After add good dependence, sync, there are no error in the build, but add dependent on the red, and the XML can't reference, (use the full path couldn't)
At first thought it was a version of the problem, and then the file - project structure - in dependencies find recycler view, and then update to system recommended updates version
Study results,,, or so long senior to give directions
CodePudding user response:
Will is androidx problem,,,, Try androidx into the android support library
CodePudding user response:
This should be don't match with other libraries, such as you use support28 but other dependencies to use supportx, such (not necessarily) may lead to compatibility problems (strange)