任务 ':app:preDebugBuild' 执行失败
Execution failed for task ':app:preDebugBuild'
我正在使用 google_maps_webservice,location,map_view 包在 运行
之后使用 Flutter 开发路线图应用
正在 SAMSUNG SM G530AZ 上以调试模式启动 lib\main.dart...
正在初始化 gradle...
解决依赖...
运行宁Gradle任务'assembleDebug'...
失败:构建失败,出现异常。
出了什么问题:
任务“:app:preDebugBuild”执行失败。
Android dependency 'com.google.android.gms:play-services-base' has different version for the compile (15.0.1) and runtime (16.0.1) classpath. You should manually set the same version via DependencyResolution
尝试:
运行 使用 --stacktrace 选项获取堆栈跟踪。 运行 使用 --info 或 --debug 选项以获得更多日志输出。 运行 使用 --scan 以获得完整的见解。
获取更多帮助
11 秒内构建失败
已完成并出现错误:Gradle 任务 assembleDebug 失败,退出代码为 1
最后几天我发现,包 map_view 在迁移 androidX 和 android.support 之间有很多依赖冲突:所以我没有继续使用 mapview,而是使用 cirrus_map_view map_view 的更正版本并且有效!
我正在使用 google_maps_webservice,location,map_view 包在 运行
之后使用 Flutter 开发路线图应用正在 SAMSUNG SM G530AZ 上以调试模式启动 lib\main.dart... 正在初始化 gradle... 解决依赖... 运行宁Gradle任务'assembleDebug'...
失败:构建失败,出现异常。
出了什么问题: 任务“:app:preDebugBuild”执行失败。
Android dependency 'com.google.android.gms:play-services-base' has different version for the compile (15.0.1) and runtime (16.0.1) classpath. You should manually set the same version via DependencyResolution
尝试: 运行 使用 --stacktrace 选项获取堆栈跟踪。 运行 使用 --info 或 --debug 选项以获得更多日志输出。 运行 使用 --scan 以获得完整的见解。
- 获取更多帮助
11 秒内构建失败 已完成并出现错误:Gradle 任务 assembleDebug 失败,退出代码为 1
最后几天我发现,包 map_view 在迁移 androidX 和 android.support 之间有很多依赖冲突:所以我没有继续使用 mapview,而是使用 cirrus_map_view map_view 的更正版本并且有效!