0

I have a project that was imported to IntelliJ, after cloned from git to my computer. All works fine to build, run and etc., but I'm trying to add Crashlytics in my project using Fabric plugin to IntelliJ. The plugin works fine, but the library wasn't imported, resulting in this problem:

Problem with crashlytics

My problem is: I need to import crashlytics + fabric library, but when I tried to add maven library dependency, I received the message that nothing found, when I thought in add dependency in build.gradle, my project don't have build.gradle, when I tried to create build.gradle, my problem wasn't solved and nothing happened...

Project Structure

Can you help me?

tachyonflux
  • 20,103
  • 7
  • 48
  • 67
Felipe Porge Xavier
  • 2,236
  • 6
  • 19
  • 27
  • Have you added crashlytics to your project using gradle? – timemanx Jun 04 '15 at 14:13
  • @ShubhadeepChaudhuri I added crashlytics using the Fabric plugin to IntelliJ. The plugin configs all automatically. My project uses gradle build tools, but haven't build.gradle file... Can you help me? – Felipe Porge Xavier Jun 04 '15 at 14:51
  • Have you imported this from an Eclipse project? If you have, did you export it to a gradle project first? – timemanx Jun 04 '15 at 18:13
  • The project was very caotic, with ant build files, maven build files and gradle build files... I redid the project, just using gradle and copying sources/resources files to solve this problem. Thank you guys. – Felipe Porge Xavier Jun 05 '15 at 13:34

0 Answers0