Crashlytics could not find the manifest with fabric.properties

时间:2016-02-12 20:17:37

标签: android crashlytics-android

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

When I run = I get:

gradlew crashlyticsUploadDistributionProdStaging

Why?

2 个答案:

答案 0 :(得分:21)

It worked after I updated the document.webkitExitFullscreen(); with the right data and split the commannds:

fabric.properties

Without that the error still appear.

答案 1 :(得分:5)

有同样的问题。

在gradle中设置mansifest路径可以解决问题:

crashlytics {
    manifestPath = "$buildDir/PATH_TO_YOUR_MANIFEST/AndroidManifest.xml"
}