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?
答案 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"
}