Running Android App with Crashlytics from IntelliJ
问题 I'm trying to integrate Crashlytics into our Android project with Maven. I have all required plugins set up and build executes and completes when mvn clean package from command line. When running app built from command line - it's all OK. Problems occurs when running application from IntelliJ. I think all Crashlytics magic happens when generate-resources phase is executed: <plugin> <groupId>com.crashlytics</groupId> <artifactId>crashlytics-maven</artifactId> <version>1.0.3</version>