How to solve 'Program type already present: com.google.common.util.concurrent.ListenableFuture'?

后端 未结 4 1492
北荒
北荒 2020-12-05 06:14

I am trying to use WorkManager 1.0.0-alpha09. and getting this error:

Program type already present: 
com.google.common.util.concurrent.ListenableFuture

Mess         


        
4条回答
  •  温柔的废话
    2020-12-05 07:01

    I merely added implementation 'com.google.guava:guava:27.0.1-android' at the end of my app gradle file and the error went away.

提交回复
热议问题