android – Crashlytics无法使用fabric.properties找到清单

前端之家收集整理的这篇文章主要介绍了android – Crashlytics无法使用fabric.properties找到清单前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在使用classpath’io.fabric.tools:gradle:1. ‘并且在我用于fabric插件的模块中有一个fabric.properties.

当我运行gradlew crashlyticsUploadDistributionProdStaging时,我得到:

`Crashlytics could not find the manifest`
com.crashlytics.tools.android.project.ManifestData$ManifestIOException: Crashlytics could not find the manifest. Not found at .../app/build/intermediates/manifests/full/prod/staging/AndroidManifest.xml

为什么?

解决方法

在我使用正确的数据更新fabric.properties并拆分命令后,它工作正常:
gradlew assembleProdStaging 
gradlew crashlyticsUploadDistributionProdStaging

没有它,错误仍然出现.

原文链接:https://www.f2er.com/android/317943.html

猜你在找的Android相关文章