Error while merging dex Program type already present: android.support.v4.os.ResultReceiver$MyResultReceiver

后端 未结 9 1073
梦如初夏
梦如初夏 2020-12-01 03:40

Error when merging the dex

following are the dependencies.

ext {
    anko_version=\'0.10.5\'
    support_lib=\'1.0.0-alpha1\'
    room_lib = \"1.1.0\         


        
9条回答
  •  南笙
    南笙 (楼主)
    2020-12-01 04:02

    for my instance i had upgraded from implementation 'com.github.bumptech.glide:glide:4.0.0 to implementation 'com.github.bumptech.glide:glide:4.7.1'

提交回复
热议问题