I use the classpath 'io.fabric.tools: gradle: 1. +' and have the fabric.properties property inside the module that I use for the 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?
source share