Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics don't compile when using Jack

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?

like image 569
Michał Klimczak Avatar asked Dec 15 '14 09:12

Michał Klimczak


2 Answers

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.

like image 64
MaciejGórski Avatar answered Nov 06 '22 14:11

MaciejGórski


Mike from Fabric here.

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

like image 21
Mike Bonnell Avatar answered Nov 06 '22 15:11

Mike Bonnell