Program type already present: android.support.v4.app.INotificationSideChannel$Stub$Proxy

后端 未结 5 1472
执笔经年
执笔经年 2020-12-17 16:35

I know it could look like This Question but I could not fix it with the solution proposed and I could not comment on it too. The Error is :

Program type alre         


        
5条回答
  •  青春惊慌失措
    2020-12-17 17:08

    I have a similar problem. In my case, it was because I am using Glide library and androidx. This solution works for me:

    1. Set enableJetifier value to true
    2. Update Gradle build tool to 3.3.0-alpha08 with Gradle version 4.9

    source

提交回复
热议问题