Romain
Romain

Reputation: 1410

Jack fails on Preview 4 with com/android/jack/api/v03/Api03Config error

I have an issue with the latest Android Studio (Preview 4) and compiling with Jack.

I get this error :

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformClassesWithPreJackPackagedLibrariesForDebug'.
> com/android/jack/api/v03/Api03Config

Any ideas ?

My gradle file : http://pastie.org/private/ieb3wbkxhr1zbk0xr5dssw

Stacktrace from Gradle : http://pastie.org/private/agjsdikwk23zmaz2qz6xw

Computer is running WIN10 up-to-date and this bug is not related to my antivirus as it could be mentioned here: https://code.google.com/p/android/issues/detail?id=211732 (I don't have nay anyway :) )

Posted as a bug in Android Bug Tracker :

https://code.google.com/p/android/issues/detail?id=214156

Please star :)

Upvotes: 6

Views: 918

Answers (1)

Romain
Romain

Reputation: 1410

Fixed using 'com.android.tools.build:gradle:2.2.0-alpha5'

Upvotes: 6

Related Questions