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*

5
  • Remove the numbered support libraries from your Gradle and your code not make sense because the Migrate to AndroidX is complete another process. Commented Mar 18, 2019 at 9:38
  • Op has mentioned "...when I building Gradle with androidx " When you use AndroidX one should use all of it otherwise there will be similarity conflicts with components existing in both packages support numbered ones and androidx. That's why I attached the similarity table. Commented Mar 18, 2019 at 9:40
  • 1
    @code4rox Just because it doesn't make sense to you. You can't downvote an answer. OP's error explicitly says "[com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] " Commented Mar 18, 2019 at 9:46
  • MD Naseem Ashraf u can clear see in gradle the his project not completely converted to AndroidX so just enough android.enableJetifier=true android.useAndroidX=true Commented Mar 18, 2019 at 9:55
  • @code4rox OP Just said setting jetifier and androidx to true did not help. Commented Mar 18, 2019 at 10:01