flutter flutter_logs拉不到的问题

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.github.umair13adil:RxLogs:1.0.18.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - https://repo.maven.apache.org/maven2/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - file:/Users/runner/hostedtoolcache/flutter/stable-3.13.2-x64/.pub-cache/hosted/pub.dev/background_fetch-1.2.0/android/libs/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - https://storage.googleapis.com/download.flutter.io/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - file:/Users/runner/work/peercoin_flutter/peercoin_flutter/android/app/libs/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - https://jitpack.io/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
     Required by:
         project :app > project :flutter_logs

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

在这里插入图片描述

1.开代理
2.在iOS目录下修改依赖又可以了

implementation "com.github.umair13adil:RxLogs:1.0.20"

参考

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-05-10 07:10:06       19 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-05-10 07:10:06       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-05-10 07:10:06       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-05-10 07:10:06       20 阅读

热门阅读

  1. github 大项目断点续传

    2024-05-10 07:10:06       10 阅读
  2. android 手机和平板如何适配

    2024-05-10 07:10:06       11 阅读
  3. Github 学习使用随手记

    2024-05-10 07:10:06       10 阅读
  4. 【Web漏洞指南】DOM XSS

    2024-05-10 07:10:06       8 阅读
  5. 基于STM32的宠物箱温度湿度监控系统毕业设计

    2024-05-10 07:10:06       12 阅读
  6. WEB基础--数据库事务与连接池

    2024-05-10 07:10:06       9 阅读
  7. day07-缓存套餐

    2024-05-10 07:10:06       10 阅读
  8. C++ QT设计模式:状态模式

    2024-05-10 07:10:06       9 阅读