crashlytics android studio gradle build failed
问题 I have installed crashlytics plugin to android studio 0.9.3; after this I added to my project; It added lines to gradle, first activity and so on...; after this build fails with this error: Error:Execution failed for task ':app:fabricCleanupResourcesDebug'. Crashlytics Developer Tools error. Here is my gradle file, what should I change ? Crashlytics added it's lines automatically: buildscript { repositories { maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'io.fabric