美文网首页
记录一次WorkManager异常[ java.lang.NoC

记录一次WorkManager异常[ java.lang.NoC

作者: TMAC_EAH | 来源:发表于2022-06-15 09:50 被阅读0次
    java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/work/impl/utils/futures/AbstractFuture;
    
    Caused by: java.lang.ClassNotFoundException: androidx.work.impl.utils.futures.AbstractFuture
    
    Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/common/util/concurrent/ListenableFuture;
    
    
    Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.common.util.concurrent.ListenableFuture" on path: DexPathList[
    
    
    

    项目中如下配置

    如有这个,移除
        configurations {
    //        all*.exclude group: 'com.google.guava', module: 'listenablefuture'
        }
    

    相关文章

      网友评论

          本文标题:记录一次WorkManager异常[ java.lang.NoC

          本文链接:https://www.haomeiwen.com/subject/zqxxvrtx.html