'How to migrate android module to androidx?
Solution 1:[1]
Check if you added this code android.useAndroidX=true in gradle.properties.for more details please refer this link
Solution 2:[2]
Anyway, thanks, I solved it by doing migration first on a refresh copy without doing anything to gradle versions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Rohini |
| Solution 2 | alex j |

