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

后端 未结 5 1461
执笔经年
执笔经年 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:11

    In Android Studio menu Navigate --> Class --> All (check that "Include in all places" checkbox is on) type your Class (INotificationSideChannel) and you will see more than one package of dependencies - just remove one of it from your gradle.build! It often problem when you use both android and androidx dependencies in one project.

提交回复
热议问题