Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    compileOptions solved this for me after a day of Struggling Commented May 28, 2019 at 8:23
  • 2
    It worked but after adding these two lines in application tag of manifest i.e. tools:replace="android:appComponentFactory" android:appComponentFactory="androidx" Commented Jun 24, 2019 at 16:12
  • But there is a error in V7 imports in activity, what to do? Commented Sep 12, 2020 at 9:52
  • 1
    Thanks. The error was with this=android.enableJetifier=true is wasn't resent Commented Jun 13, 2022 at 15:04