12

I tried to use new experimental tool chain for Android (Jack and Jill), but if fails to compile with:

Error:Could not determine the dependencies of task ':app:crashlyticsStoreDeobsXXX'.
> Task with path 'dexXXX' not found in project ':app'.

I'm pretty sure it's due to J&J being in early development stage, but can anyone explain what happens here and maybe provide a workaround?

Michał Klimczak
  • 12,674
  • 8
  • 66
  • 99
  • Deobs means it's like a flavor that is not obfuscated? We might need to see more of your build.gradle setup – Blundell Dec 15 '14 at 12:10

2 Answers2

4

Crashlytics task depends on dex task, which will not be created, because Jack does dexing internally. This is most likely something Crashlytics team will have to deal with soon and fix.

MaciejGórski
  • 22,187
  • 7
  • 70
  • 94
2

Mike from Fabric here.

We released support for this in 1.22.0 of our Gradle plugin with improved Jack support.

Mike Bonnell
  • 16,181
  • 3
  • 61
  • 77