Crashlytics找不到带有fabric.properties的清单 [英] Crashlytics could not find the manifest with fabric.properties

查看:104
本文介绍了Crashlytics找不到带有fabric.properties的清单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用类路径'io.fabric.tools:gradle:1.+',并且在我用于结构插件的模块内部具有fabric.properties.

Im using classpath 'io.fabric.tools:gradle:1.+' and have a fabric.properties inside the module that I use for the fabric plugin.

当我运行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并分割了命令之后,它起作用了:

It worked after I updated the fabric.properties with the right data and split the commannds:

gradlew assembleProdStaging 
gradlew crashlyticsUploadDistributionProdStaging 

在没有错误的情况下仍会出现.

Without that the error still appear.

这篇关于Crashlytics找不到带有fabric.properties的清单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆