Crashlytics could not find the manifest with 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. When I run gradlew crashlyticsUploadDistributionProdStaging I get: `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 Why? 回答1: It worked after I updated the fabric.properties